Spaces:
Runtime error
Runtime error
hahahahahahahah3
commited on
Commit
•
0ba8713
1
Parent(s):
11aa205
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ def downvote(knowledge_base, query):
|
|
180 |
|
181 |
|
182 |
|
183 |
-
device = '
|
184 |
|
185 |
print("emb model load begin...")
|
186 |
model_path = 'RhapsodyAI/minicpm-visual-embedding-v0' # replace with your local model path
|
|
|
180 |
|
181 |
|
182 |
|
183 |
+
device = 'cuda'
|
184 |
|
185 |
print("emb model load begin...")
|
186 |
model_path = 'RhapsodyAI/minicpm-visual-embedding-v0' # replace with your local model path
|