Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,8 @@ def reset_textbox():
|
|
61 |
with gr.Blocks() as demo:
|
62 |
gr.Markdown(
|
63 |
"# 🤗 Assisted Generation Demo\n"
|
64 |
-
f"- Model: {model_id}\n"
|
65 |
-
f"- Assistant Model: {assistant_id}\n"
|
66 |
"- Recipe for good speedup: a) >10x model size difference in parameters; b) assistant trained similarly; c) CPU is not a bottleneck"
|
67 |
)
|
68 |
|
|
|
61 |
with gr.Blocks() as demo:
|
62 |
gr.Markdown(
|
63 |
"# 🤗 Assisted Generation Demo\n"
|
64 |
+
f"- Model: {model_id} (4-bit quantization)\n"
|
65 |
+
f"- Assistant Model: {assistant_id} (FP16)\n"
|
66 |
"- Recipe for good speedup: a) >10x model size difference in parameters; b) assistant trained similarly; c) CPU is not a bottleneck"
|
67 |
)
|
68 |
|