Rewrite Space subtitle: non-Gaussian / heavy-tail product pitch
Browse files
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 |
-
"
|
| 154 |
-
"
|
| 155 |
-
"
|
| 156 |
-
"
|
| 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(
|