khsyee's picture
Change using wrapper. but fail
1c1cd5e
raw
history blame contribute delete
147 Bytes
PYTHON=3.9
BASENAME=sam-vit-h-encoder-torchscript
env:
conda create -n $(BASENAME) python=$(PYTHON) -y
setup:
pip install -r requirements.txt