SurgVLLM / run.sh
yaziciz's picture
Update run.sh
9f1ee75 verified
raw
history blame
143 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
python demo.py