sitammeur commited on
Commit
df12f2d
·
verified ·
1 Parent(s): e51972f

Update src/config.py

Browse files
Files changed (1) hide show
  1. src/config.py +3 -3
src/config.py CHANGED
@@ -1,8 +1,8 @@
1
  # Model settings
2
  device = "cuda"
3
- model_name = "openbmb/MiniCPM-V-2_6"
4
 
5
  # Decoding settings
6
- sampling = True
7
- stream = True
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