[Enhancement] Update to VideoLLaMA2.1

#3
by lkhl - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def clear_history(message, chatbot):
180
  # 2. The operation or tensor which requires cuda are limited in those functions wrapped via spaces.GPU
181
  # 3. The function can't return tensor or other cuda objects.
182
 
183
- model_path = 'DAMO-NLP-SG/VideoLLaMA2-7B-16F'
184
 
185
  handler = Chat(model_path, load_8bit=False, load_4bit=True)
186
 
 
180
  # 2. The operation or tensor which requires cuda are limited in those functions wrapped via spaces.GPU
181
  # 3. The function can't return tensor or other cuda objects.
182
 
183
+ model_path = 'DAMO-NLP-SG/VideoLLaMA2.1-7B-16F'
184
 
185
  handler = Chat(model_path, load_8bit=False, load_4bit=True)
186