Spaces:
Running
on
Zero
Running
on
Zero
Update src/config.py
Browse files- src/config.py +3 -3
src/config.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# Model settings
|
2 |
device = "cuda"
|
3 |
-
model_name = "openbmb/MiniCPM-
|
4 |
|
5 |
# Decoding settings
|
6 |
-
sampling =
|
7 |
-
stream =
|
8 |
repetition_penalty = 1.05
|
|
|
1 |
# Model settings
|
2 |
device = "cuda"
|
3 |
+
model_name = "openbmb/MiniCPM-o-2_6"
|
4 |
|
5 |
# Decoding settings
|
6 |
+
sampling = False
|
7 |
+
stream = False
|
8 |
repetition_penalty = 1.05
|