yue-jobs / run.sh
multimodalart's picture
Update run.sh
3f98e1c verified
raw
history blame
219 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
python /home/user/app/YuE/inference/wrapper.py "$@"