Rephrasing tests section

Co-authored-by: Luke Stanley <306671+lukestanley@users.noreply.github.com>
This commit is contained in:
Rimom Costa 2025-10-14 13:56:08 +01:00 committed by GitHub
parent af8f6435df
commit 95ad16fb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ This includes all py, rs, html, toml, sh files, excludes the `rustbpe/target` fo
Alternatively, I recommend using [DeepWiki](https://deepwiki.com/) from Devin/Cognition to ask questions of this repo. In the URL of this repo, simply change github.com to deepwiki.com, and you're off.
## Tests
I haven't invested too much here but some tests exist, especially for the tokenizer, but follow some:
Here are some tests:
- **GPT Model** (`test_gpt.py`): Architecture, forward/backward passes, generation, MQA, rotary embeddings
- **Inference Engine** (`test_engine.py`): KV caching, sampling strategies, tool use (calculator), batch generation