PYTHON=3.9 | |
BASENAME=sam-vit-h-encoder-torchscript | |
env: | |
conda create -n $(BASENAME) python=$(PYTHON) -y | |
setup: | |
pip install -r requirements.txt | |
PYTHON=3.9 | |
BASENAME=sam-vit-h-encoder-torchscript | |
env: | |
conda create -n $(BASENAME) python=$(PYTHON) -y | |
setup: | |
pip install -r requirements.txt | |