Skip to content

Commit 84e81f1

Browse files
committed
Merge branch 'lean/paligemma2-upload' of github.com:roboflow/roboflow-python into lean/paligemma2-upload
2 parents 2ebb314 + 020119d commit 84e81f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def deploy(self, model_type: str, model_path: str, filename: str = "weights/best
507507
"paligemma-3b-pt-896",
508508
"paligemma2-3b-pt-224",
509509
"paligemma2-3b-pt-448",
510-
"paligemma2-3b-pt-896"
510+
"paligemma2-3b-pt-896",
511511
]
512512
if model_type not in supported_hf_types:
513513
raise RuntimeError(

0 commit comments

Comments
 (0)