From 95ad16fb200cd3ddb9f340d5422bee05a4bca7df Mon Sep 17 00:00:00 2001 From: Rimom Costa Date: Tue, 14 Oct 2025 13:56:08 +0100 Subject: [PATCH] Rephrasing tests section Co-authored-by: Luke Stanley <306671+lukestanley@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93872c7..4f37c8d7 100644 --- a/README.md +++ b/README.md @@ -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