SST / install.sh
Daniel-F's picture
fix
e72f5dd
raw
history blame
312 Bytes
#!/bin/bash
# conda create -y --name sst python=3.10.14
# source ~/anaconda3/etc/profile.d/conda.sh
# conda activate sst
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
(cd segment-anything-2 && pip install -e .)
pip install -r requirements_manual.txt --no-dependencies