We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf16b5a commit 4fcf1edCopy full SHA for 4fcf1ed
1 file changed
docs/index.md
@@ -64,16 +64,6 @@ with torch.no_grad():
64
print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
65
```
66
67
-## Current Status
68
-
69
-torch-webgpu is at version **0.0.1** - very early but functional
70
71
-- ✅ Basic tensor operations
72
-- ✅ torch.compile backend
73
-- ✅ LLM inference (examples: Qwen 0.5B, Llama 3.2 3B)
74
-- 🚧 Performance optimizations
75
-- 🚧 More op coverage
76
77
## Get Started
78
79
Ready to try it? Head to the [Installation](getting-started/installation.md) guide.
0 commit comments