Skip to content

Commit

Permalink
Merge branch 'main' into niko-test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov authored Jun 11, 2024
2 parents dbad8f1 + 8229a22 commit ced558b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion supervisely_integration/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN pip3 install torchvision==0.13.1+cu113 --extra-index-url https://download.py
RUN pip3 install cachetools
RUN pip3 install timm==0.4.9

RUN python3 -m pip install supervisely==6.73.96
RUN python3 -m pip install supervisely==6.73.103

RUN mkdir -p weights
RUN wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_tiny.pth -O /weights/vit_tiny_sam_hq.pth
Expand Down
2 changes: 1 addition & 1 deletion supervisely_integration/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"deployed_nn_object_segmentation"
],
"community_agent": false,
"docker_image": "supervisely/segment-anything-hq:1.0.2",
"docker_image": "supervisely/segment-anything-hq:1.0.3",
"instance_version": "6.7.33",
"entrypoint": "python -m uvicorn main:model.app --app-dir ./supervisely_integration/serve/src --host 0.0.0.0 --port 8000 --ws websockets",
"port": 8000,
Expand Down
2 changes: 1 addition & 1 deletion supervisely_integration/serve/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
supervisely==6.73.59
supervisely==6.73.103
4 changes: 2 additions & 2 deletions supervisely_integration/serve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://github.com/supervisely/supervisely.git@inference-fixes-2
# supervisely==6.73.59
# git+https://github.com/supervisely/supervisely.git@some-test-branch
# supervisely==6.73.103

# --extra-index-url https://download.pytorch.org/whl/cu113
# torch==1.12.1+cu113
Expand Down

0 comments on commit ced558b

Please sign in to comment.