Small fixes to typos

This commit is contained in:
Andrej
2025-11-14 07:25:59 -08:00
committed by GitHub
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -184,6 +184,7 @@ python -m pytest tests/test_rustbpe.py -v -s
│ ├── smoltalk.py # Conglomerate dataset of SmolTalk from HF
│ └── spellingbee.py # Task teaching model to spell/count letters
├── tests
│ └── test_engine.py
│ └── test_rustbpe.py
└── uv.lock
```