Commit
·
fb095c2
1
Parent(s):
6e06b7a
Fix short_description length limit
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 5.45.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
short_description: Calculate KV cache memory requirements for
|
11 |
---
|
12 |
|
13 |
# KV Cache Calculator
|
|
|
7 |
sdk_version: 5.45.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: Calculate KV cache memory requirements for LLMs
|
11 |
---
|
12 |
|
13 |
# KV Cache Calculator
|