Skip to content

Commit 4fcf1ed

Browse files
committed
Docs cleanup
1 parent bf16b5a commit 4fcf1ed

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@ with torch.no_grad():
6464
print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
6565
```
6666

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-
7767
## Get Started
7868

7969
Ready to try it? Head to the [Installation](getting-started/installation.md) guide.

0 commit comments

Comments
 (0)