Spaces:
Running
on
Zero
Running
on
Zero
Update src/config.py
Browse files- src/config.py +3 -6
src/config.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# Model settings
|
2 |
-
device = "cuda"
|
3 |
-
model_name = "google/paligemma2-3b-ft-docci-448"
|
4 |
-
|
5 |
-
# Decoding settings
|
6 |
-
sampling = True
|
|
|
1 |
+
# Model settings
|
2 |
+
device = "cuda"
|
3 |
+
model_name = "google/paligemma2-3b-ft-docci-448"
|
|
|
|
|
|