Spaces:
Running
on
Zero
Running
on
Zero
add disclaimer
Browse files
app.py
CHANGED
|
@@ -63,7 +63,9 @@ with gr.Blocks() as demo:
|
|
| 63 |
gr.Markdown(
|
| 64 |
"# 🤗 Assisted Generation Demo\n"
|
| 65 |
f"- Model: {model_id} (using INT8)\n"
|
| 66 |
-
f"- Assistant Model: {assistant_id}"
|
|
|
|
|
|
|
| 67 |
)
|
| 68 |
|
| 69 |
with gr.Row():
|
|
|
|
| 63 |
gr.Markdown(
|
| 64 |
"# 🤗 Assisted Generation Demo\n"
|
| 65 |
f"- Model: {model_id} (using INT8)\n"
|
| 66 |
+
f"- Assistant Model: {assistant_id}\n"
|
| 67 |
+
"- Disclaimer: due to INT8 quantization and the use of causal masking in assisted generation, the output "
|
| 68 |
+
"of greedy decoding may differ in rare occasions."
|
| 69 |
)
|
| 70 |
|
| 71 |
with gr.Row():
|