Skip to content

Commit 7acf180

Browse files
authored
Merge pull request #297 from ruvnet/claude/turboquant-kv-cache-P3oo2
feat(ruvllm): TurboQuant KV cache & vector compression
2 parents ae473f3 + 3e0b572 commit 7acf180

6 files changed

Lines changed: 2488 additions & 0 deletions

File tree

crates/ruvllm/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ harness = false
233233
name = "moe_bench"
234234
harness = false
235235

236+
[[bench]]
237+
name = "turbo_quant_bench"
238+
harness = false
239+
required-features = ["quantize"]
240+
236241
# Test configurations
237242
[[test]]
238243
name = "real_model_test"

0 commit comments

Comments
 (0)