Add AMD GPU compatibility fix for gfx1151, including fallback to CPU mode and environment variable setup
This commit is contained in:
6
run_cpu_mode.sh
Normal file
6
run_cpu_mode.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Force CPU mode to avoid unsupported GPU architecture
|
||||
export CUDA_VISIBLE_DEVICES=""
|
||||
cd /mnt/shared/DEV/repos/d-popov.com/gogo2
|
||||
source venv/bin/activate
|
||||
python ANNOTATE/web/app.py "$@"
|
||||
Reference in New Issue
Block a user