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 49f7b17 commit 757e12bCopy full SHA for 757e12b
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.)
+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