Skip to content

Commit 5def93f

Browse files
committed
Modify the location where SAM3 weights are mounted in docker volume
1 parent f749dbd commit 5def93f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ else
8181
fi
8282

8383
docker run --gpus all --rm \
84-
-v "$SAM3_WEIGHTS":/root/.cache/huggingface/hub \
84+
-v "$SAM3_WEIGHTS":/root/.cache/huggingface/hub/models--facebook--sam3/ \
8585
$GUROBI_MOUNT \
8686
$INPUT_MOUNT \
8787
$OUTPUT_MOUNT \

0 commit comments

Comments
 (0)