yue-jobs / run.sh
multimodalart's picture
Update run.sh
f43ef43 verified
raw
history blame contribute delete
222 Bytes
#!/bin/bash
# Activate conda environment
source /home/user/conda/etc/profile.d/conda.sh
conda activate yue
# Run the wrapper script with all arguments passed through
cd /home/user/app/YuE/inference
python wrapper.py "$@"