joaogante HF staff commited on
Commit
c93ec2a
1 Parent(s): fdf5fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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} (FP16, ~14GB)\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"
 
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"