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