mshukor commited on
Commit
3e57f61
·
1 Parent(s): 6942d54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ num_beams=3
112
  max_length=30
113
 
114
 
115
- model.float()
116
 
117
 
118
  def inference(image, audio, video, task_type, instruction):
 
112
  max_length=30
113
 
114
 
115
+ model.bfloat16()
116
 
117
 
118
  def inference(image, audio, video, task_type, instruction):