Spaces:
Runtime error
Runtime error
Update src/config.py
Browse files- src/config.py +1 -1
src/config.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Model settings
|
2 |
device = "cuda"
|
3 |
-
model_name = "openbmb/MiniCPM-
|
4 |
|
5 |
# Decoding settings
|
6 |
sampling = True
|
|
|
1 |
# Model settings
|
2 |
device = "cuda"
|
3 |
+
model_name = "openbmb/MiniCPM-o-2_6"
|
4 |
|
5 |
# Decoding settings
|
6 |
sampling = True
|