cryptobiosis commited on
Commit
5c37c08
·
verified ·
1 Parent(s): 23d974d

Rewrite Space subtitle: non-Gaussian / heavy-tail product pitch

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -150,10 +150,10 @@ EXAMPLE_PROMPTS = [
150
  with gr.Blocks(title="KakeyaLattice KV-cache compression") as demo:
151
  gr.Markdown(
152
  "# KakeyaLattice KV-cache compression\n\n"
153
- "Compare generation output + latency across **bf16 baseline** and "
154
- "three **KakeyaLattice E8** compression levels on a small HF causal LM. "
155
- "The E8 variant uses 8-D nested-lattice closest-point quantisation "
156
- "with Sylvester-Hadamard rotation and per-vector adaptive scaling."
157
  )
158
  with gr.Row():
159
  prompt = gr.Textbox(
 
150
  with gr.Blocks(title="KakeyaLattice KV-cache compression") as demo:
151
  gr.Markdown(
152
  "# KakeyaLattice KV-cache compression\n\n"
153
+ "By dynamically adapting to the empirical non-Gaussian patterns and "
154
+ "heavy-tail characteristics of real LLM KV activations, our solution "
155
+ "achieves near-lossless compression and performance gains on models "
156
+ "like Qwen3."
157
  )
158
  with gr.Row():
159
  prompt = gr.Textbox(