Update app.py
Browse files
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("#
|
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
|