Skip to content

Commit

Permalink
Merge pull request #29 from supervisely-ecosystem/test-sdk-branch
Browse files Browse the repository at this point in the history
Update SDK to 6.73.57
  • Loading branch information
almazgimaev authored Mar 25, 2024
2 parents ee87773 + fba1b11 commit 7bb17d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"description": "Dashboard to configure, start and monitor YOLOv8 training",
"docker_image": "supervisely/yolov8:1.0.1",
"instance_version": "6.7.16",
"instance_version": "6.9.3",
"entrypoint": "python -m uvicorn src.main:app --app-dir ./train --host 0.0.0.0 --port 8000 --ws websockets",
"task_location": "workspace_tasks",
"need_gpu": true,
Expand All @@ -32,4 +32,4 @@
"license": {
"type": "AGPL-3.0"
}
}
}
2 changes: 1 addition & 1 deletion train/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.41
supervisely==6.73.57
# git+https://github.com/supervisely/supervisely.git@v2-stop-rename
ultralytics==8.0.112
--extra-index-url https://download.pytorch.org/whl/cu113
Expand Down

0 comments on commit 7bb17d8

Please sign in to comment.