llm is the only app (#15779)

* tinygrad/llm is the only app

* upd pyproject

* claude refs

* scoping

* min diff
This commit is contained in:
George Hotz 2026-04-17 10:44:48 +08:00 committed by GitHub
commit ec00cefa5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 50 additions and 33 deletions

View file

@ -55,7 +55,7 @@ export PATH="$HOME/.local/bin:$PATH"
### 5. Use it!
```bash
DEV={AMD|NV} python3 tinygrad/apps/llm.py
DEV={AMD|NV} python3 -m tinygrad.llm
```
**Note:** Use `JITBEAM=2` to search for faster kernels (one-time search cost, results cached).