change to CPU

This commit is contained in:
Dobromir Popov
2025-12-08 16:56:26 +02:00
parent 1aded7325f
commit 81e7e6bfe6
5 changed files with 178 additions and 41 deletions

View File

@@ -253,9 +253,11 @@ logs_dir: "logs"
# GPU/Performance
gpu:
enabled: true
enabled: false # TEMPORARILY DISABLED - forcing CPU mode to test if GPU errors persist
device: "cpu" # "auto", "cuda", "cpu" - FORCED TO CPU for testing
memory_fraction: 0.8 # Use 80% of GPU memory
allow_growth: true # Allow dynamic memory allocation
fallback_to_cpu: true # Fallback to CPU if GPU operations fail
# Monitoring and Alerting
monitoring: