also delete the rustbpe test code, this now lives in rustbpe repo that is separate

This commit is contained in:
Andrej Karpathy
2026-01-04 01:23:34 +00:00
parent aa42f40e66
commit da8b7ea4cb
2 changed files with 1 additions and 720 deletions
+1 -2
View File
@@ -120,7 +120,7 @@ Alternatively, I recommend using [DeepWiki](https://deepwiki.com/karpathy/nanoch
I haven't invested too much here but some tests exist, especially for the tokenizer. Run e.g. as:
```bash
python -m pytest tests/test_rustbpe.py -v -s
python -m pytest tests/test_engine.py -v -s
```
## File structure
@@ -179,7 +179,6 @@ python -m pytest tests/test_rustbpe.py -v -s
│ └── spellingbee.py # Task teaching model to spell/count letters
├── tests
│ └── test_engine.py
│ └── test_rustbpe.py
└── uv.lock
```