Skip to content

Commit

Permalink
Update instance version
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Feb 4, 2025
1 parent d06a0cc commit 78d6044
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion supervisely/export_weights/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"description": "to TorchScript and ONNX formats",
"docker_image": "supervisely/yolov5:1.0.9",
"instance_version": "6.8.88",
"instance_version": "6.10.0",
"main_script": "supervisely/export_weights/src/sly_export_weights.py",
"task_location": "workspace_tasks",
"icon": "https://i.imgur.com/pNBtA2G.png",
Expand Down
6 changes: 2 additions & 4 deletions supervisely/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"description": "Deploy model as REST API service",
"docker_image": "supervisely/yolov5:1.0.9",
"instance_version": "6.8.88",
"instance_version": "6.10.0",
"entrypoint": "python -m uvicorn main:m.app --app-dir ./supervisely/serve/src --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
"modal_template": "supervisely/serve/src/modal.html",
Expand Down Expand Up @@ -170,9 +170,7 @@
"need_gpu": false,
"gpu": "preferred",
"headless": true,
"session_tags": [
"deployed_nn"
],
"session_tags": ["deployed_nn"],
"poster": "https://user-images.githubusercontent.com/106374579/183668719-361e275f-e6f8-47e5-994d-3341c0e6241f.png",
"community_agent": false,
"license": {
Expand Down
2 changes: 1 addition & 1 deletion supervisely/train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"description": "Dashboard to configure and monitor training",
"docker_image": "supervisely/yolov5:1.0.9",
"min_instance_version": "6.8.70",
"instance_version": "6.10.0",
"main_script": "supervisely/train/src/sly_train.py",
"gui_template": "supervisely/train/src/gui.html",
"task_location": "workspace_tasks",
Expand Down

0 comments on commit 78d6044

Please sign in to comment.