Skip to content

Commit

Permalink
Update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 30, 2024
1 parent d8b102d commit 20965fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Explore data with embeddings",
"description": "Calculate and visualize embeddings",
"entrypoint": "python -m uvicorn src.main:app --host 0.0.0.0 --port 8000",
"docker_image": "supervisely/embeddings_app:1.0.3",
"docker_image": "supervisely/embeddings_app:1.0.4",
"port": 8000,
"icon": "https://user-images.githubusercontent.com/115161827/211832834-eef9325d-9e00-4499-ae42-2e7ee3d97f1a.png",
"icon_cover": true,
Expand All @@ -26,7 +26,7 @@
"target": ["images_project", "images_dataset"],
"context_category": "Metric Learning"
},
"instance_version": "6.12.12",
"instance_version": "6.12.17",
"need_gpu": false,
"gpu": "preferred",
"community_agent": false
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supervisely==6.73.258
supervisely==6.73.266
transformers==4.33.2
timm==0.9.5
torch
Expand Down

0 comments on commit 20965fd

Please sign in to comment.