joaogante HF staff commited on
Commit
7187f3b
·
verified ·
1 Parent(s): 4b1ae14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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