File size: 219 Bytes
137827b
 
 
3f98e1c
137827b
 
 
3f98e1c
1
2
3
4
5
6
7
8
#!/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 "$@"