Skip to content

Commit

Permalink
fix(pre_commit): 🎨 auto format pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 10, 2024
1 parent bbe83ec commit 020119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboflow/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def deploy(self, model_type: str, model_path: str, filename: str = "weights/best
"paligemma-3b-pt-896",
"paligemma2-3b-pt-224",
"paligemma2-3b-pt-448",
"paligemma2-3b-pt-896"
"paligemma2-3b-pt-896",
]
if model_type not in supported_hf_types:
raise RuntimeError(
Expand Down

0 comments on commit 020119d

Please sign in to comment.