Skip to content

Commit bbe83ec

Browse files
committed
PaliGemma2 model upload support
1 parent 7fca4bb commit bbe83ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roboflow/core/version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,9 @@ def deploy(self, model_type: str, model_path: str, filename: str = "weights/best
504504
"paligemma-3b-pt-224",
505505
"paligemma-3b-pt-448",
506506
"paligemma-3b-pt-896",
507+
"paligemma2-3b-pt-224",
508+
"paligemma2-3b-pt-448",
509+
"paligemma2-3b-pt-896"
507510
]
508511
if model_type not in supported_hf_types:
509512
raise RuntimeError(

0 commit comments

Comments
 (0)