Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def reset_textbox():
|
|
55 |
with gr.Blocks() as demo:
|
56 |
gr.Markdown(
|
57 |
"# 🤗 Assisted Generation Demo\n"
|
58 |
-
f"- Model: {model_id} (
|
59 |
f"- Assistant Model: {assistant_id} (FP16, ~0.3GB)\n"
|
60 |
"- Running on a T4 GPU\n"
|
61 |
"- Best results are obtained when the model size difference in parameters is >10x"
|
|
|
55 |
with gr.Blocks() as demo:
|
56 |
gr.Markdown(
|
57 |
"# 🤗 Assisted Generation Demo\n"
|
58 |
+
f"- Model: {model_id} (INT8, ~7GB)\n"
|
59 |
f"- Assistant Model: {assistant_id} (FP16, ~0.3GB)\n"
|
60 |
"- Running on a T4 GPU\n"
|
61 |
"- Best results are obtained when the model size difference in parameters is >10x"
|