Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|