simjeg commited on
Commit
a2f33dc
Β·
verified Β·
1 Parent(s): f55d759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def gradio_interface():
65
  gr.Markdown(
66
  """
67
  # Wikipedia Article Question Answering with kvpress
68
- This demo uses the llama 3.1 8B Instruct model to answer questions about any given Wikipedia article.
69
  Under the hood, [kvpress](https://github.com/NVIDIA/kvpress) *compresses the key-value (KV) cache* associated with the article, helping reduce memory usage and accelerate decoding.
70
  **How to use:**
71
  1. Enter a Wikipedia article URL
 
65
  gr.Markdown(
66
  """
67
  # Wikipedia Article Question Answering with kvpress
68
+ This demo answers questions about any given Wikipedia article.
69
  Under the hood, [kvpress](https://github.com/NVIDIA/kvpress) *compresses the key-value (KV) cache* associated with the article, helping reduce memory usage and accelerate decoding.
70
  **How to use:**
71
  1. Enter a Wikipedia article URL