mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
llm is the only app (#15779)
* tinygrad/llm is the only app * upd pyproject * claude refs * scoping * min diff
This commit is contained in:
parent
0e69388f6b
commit
ec00cefa5b
16 changed files with 50 additions and 33 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue