5 lines
148 B
Bash
5 lines
148 B
Bash
|
#!/bin/zsh
|
||
|
# run-cuda-macos.sh - Run Deep-Live-Cam with CUDA (Nvidia GPU) on macOS
|
||
|
source venv/bin/activate
|
||
|
python run.py --execution-provider cuda
|