change to CPU
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user