joaogante HF staff commited on
Commit
ab26af1
·
verified ·
1 Parent(s): 1fa9932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -56,10 +56,9 @@ def reset_textbox():
56
  with gr.Blocks() as demo:
57
  gr.Markdown(
58
  "# 🤗 Assisted Generation Demo\n"
59
- f"- Model: {model_id} (using INT8)\n"
60
  f"- Assistant Model: {assistant_id}\n"
61
- "- Disclaimer: due to INT8 quantization and the use of causal masking in assisted generation, the output "
62
- "of greedy decoding may differ in rare occasions."
63
  )
64
 
65
  with gr.Row():
 
56
  with gr.Blocks() as demo:
57
  gr.Markdown(
58
  "# 🤗 Assisted Generation Demo\n"
59
+ f"- Model: {model_id}\n"
60
  f"- Assistant Model: {assistant_id}\n"
61
+ "- Running on CPU"
 
62
  )
63
 
64
  with gr.Row():