joaogante HF staff commited on
Commit
b147c55
·
1 Parent(s): 7bb9775

add disclaimer

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