ClownRat commited on
Commit
fc5df74
·
1 Parent(s): 0c50b58

Update demo.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ if __name__ == '__main__':
219
  conv_mode = "llama_2"
220
  model_path = 'DAMO-NLP-SG/VideoLLaMA2-7B'
221
 
222
- handler = Chat(model_path, conv_mode=conv_mode, load_8bit=False, load_4bit=True, device='cuda')
223
  # handler.model.to(dtype=torch.float16)
224
 
225
  if not os.path.exists("temp"):
 
219
  conv_mode = "llama_2"
220
  model_path = 'DAMO-NLP-SG/VideoLLaMA2-7B'
221
 
222
+ handler = Chat(model_path, conv_mode=conv_mode, load_8bit=False, load_4bit=True)
223
  # handler.model.to(dtype=torch.float16)
224
 
225
  if not os.path.exists("temp"):