We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757e12b commit 3c2e139Copy full SHA for 3c2e139
README.md
@@ -48,7 +48,7 @@ cache = LatentCache(
48
cache.run(n_tokens = 10_000_000, tokens=tokens)
49
```
50
51
-See `populate_cache` in `delphi.__main__` for a full example. Both sparsify sparse coders and Gemma sparse coders are supported.
+See `populate_cache` in `delphi.__main__` for a full example. Both Sparsify sparse coders and Gemma sparse coders are supported.
52
53
Caching saves `.safetensors` of `dict["activations", "locations", "tokens"]`.
54
0 commit comments