mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
5 lines
119 B
Bash
5 lines
119 B
Bash
#!/bin/bash
|
|
ulimit -Sn `ulimit -Hn` # ROCm is a bitch
|
|
source ./venv/bin/activate
|
|
python3 ./src/main.py "$@"
|
|
deactivate
|