oobabooga commited on
Commit
b09c07f
·
verified ·
1 Parent(s): 71d0610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +344,7 @@ def create_ui():
344
  # State to hold model metadata
345
  model_metadata = gr.State(value={})
346
 
347
- gr.Markdown("# Accurage GGUF VRAM Calculator\n\nCalculate VRAM for GGUF models from GPU layers and context length using an accurate formula.\n\nFor an explanation about how this works, consult this blog post: https://oobabooga.github.io/blog/posts/gguf-vram-formula/")
348
  with gr.Row():
349
  with gr.Column():
350
  # Model URL input
 
344
  # State to hold model metadata
345
  model_metadata = gr.State(value={})
346
 
347
+ gr.Markdown("# Accurate GGUF VRAM Calculator\n\nCalculate VRAM for GGUF models from GPU layers and context length using an accurate formula.\n\nFor an explanation about how this works, consult this blog post: https://oobabooga.github.io/blog/posts/gguf-vram-formula/")
348
  with gr.Row():
349
  with gr.Column():
350
  # Model URL input