I have the same problem. when I select openCL it work - but pretty slowly. When I select "ROCm" I get this error every time regardless of the number of layers - even 0:
```json
{
"cause": "(Exit code: 0). Some model operation failed. Try a different model and/or config.",
"suggestion": "",
"data": {
"memory": {
"ram_capacity": "31.91 GB",
"ram_unused": "17.85 GB"
},
"gpu": {
"gpu_names": [
"AMD Radeon RX 7900 XTX",
"AMD Radeon RX 7900 XTX"
],
"vram_recommended_capacity": "47.97 GB",
"vram_unused": "23.86 GB"
},
"os": {
"platform": "win32",
"version": "10.0.22631",
"supports_avx2": true
},
"app": {
"version": "0.2.24",
"downloadsDir": "E:\\Users\\Chris\\.cache\\lm-studio\\models"
},
"model": {}
},
"title": "Error loading model."
}```