Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roboflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
CLIPModel = None # type: ignore[assignment,misc]
GazeModel = None # type: ignore[assignment,misc]

__version__ = "1.3.9"
__version__ = "1.3.10"


def check_key(api_key, model, notebook, num_retries=0):
Expand Down
1 change: 1 addition & 0 deletions roboflow/util/model_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def _process_yolo(model_type: str, model_path: str, filename: str) -> tuple[str,
"results.png",
"model_artifacts.json",
"state_dict.pt",
"keypoints_metadata.json",
]

zip_file_name = "roboflow_deploy.zip"
Expand Down
Loading