martin-gorner HF staff commited on
Commit
d20c9b9
2 Parent(s): 1365804 b272125

merge from main

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -186,7 +186,8 @@ with gr.Blocks(fill_width=True, title="Keras demo") as demo:
186
  + "All the models are loaded into the TPU memory. "
187
  + "You can call any of them and compare their answers. <br/>"
188
  + "The entire chat history is fed to the models at every submission. "
189
- + "This demo is runnig on a Google TPU v5e 2x4 (8 cores).",
 
190
  )
191
  with gr.Row():
192
  sel1, sel2 = instantiate_select_boxes(0, 1, model_labels_list)
 
186
  + "All the models are loaded into the TPU memory. "
187
  + "You can call any of them and compare their answers. <br/>"
188
  + "The entire chat history is fed to the models at every submission. "
189
+ + "This demo is runnig on a Google TPU v5e 2x4 (8 cores). <br/>",
190
+ + "All models run on `bfloat16` precision.",
191
  )
192
  with gr.Row():
193
  sel1, sel2 = instantiate_select_boxes(0, 1, model_labels_list)