AndreHathora commited on
Commit
fb095c2
·
1 Parent(s): 6e06b7a

Fix short_description length limit

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 transformer models with support for MHA, GQA, and MLA attention mechanisms
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