Add AMD GPU compatibility fix for gfx1151, including fallback to CPU mode and environment variable setup

This commit is contained in:
Dobromir Popov
2025-11-22 16:06:32 +02:00
parent 8b784412b6
commit 539bd68110
10 changed files with 366 additions and 18 deletions

View File

@@ -0,0 +1,26 @@
{
"models": {
"test_model": {
"type": "cnn",
"latest_path": "NN/models/checkpoints/cnn/saved/test_model_latest.pt",
"last_saved": "20250908_132919",
"save_count": 1,
"checkpoints": []
},
"audit_test_model": {
"type": "cnn",
"latest_path": "NN/models/checkpoints/cnn/saved/audit_test_model_latest.pt",
"last_saved": "20250908_142204",
"save_count": 2,
"checkpoints": [
{
"id": "audit_test_model_20250908_142204_0.8500",
"path": "models/cnn/checkpoints/audit_test_model_20250908_142204_0.8500.pt",
"performance_score": 0.85,
"timestamp": "20250908_142204"
}
]
}
},
"last_updated": "2025-11-22T15:43:00.942114"
}