lmstudio-ai / .github

34 stars 3 forks source link

(Exit code: 256) Please check settings and try loading the model again. #29

Closed FassihFayyaz closed 2 months ago

FassihFayyaz commented 3 months ago

In the morning everything was working fine but now the model is not loading

I have tried downloading multiple models...


{
  "cause": "(Exit code: 256). Please check settings and try loading the model again. ",
  "suggestion": "",
  "data": {
    "memory": {
      "ram_capacity": "15.41 GB",
      "ram_unused": "15.41 GB"
    },
    "gpu": {
      "type": "AmdOpenCL",
      "vram_recommended_capacity": 0,
      "vram_unused": 0
    },
    "os": {
      "platform": "linux",
      "version": "6.7.9-arch1-1",
      "supports_avx2": true
    },
    "app": {
      "version": "0.2.15",
      "downloadsDir": "/home/fassih/.lmstudio"
    },
    "model": {}
  },
  "title": "Model error"
}```
h920032 commented 3 months ago

Got similar issue in Manjaro.

FassihFayyaz commented 3 months ago

@h920032 Do you have gpu offload checked?

hfondi commented 3 months ago

gpu offload checked = ok


{
  "cause": "(Exit code: 256). Please check settings and try loading the model again. ",
  "suggestion": "",
  "data": {
    "memory": {
      "ram_capacity": "31.24 GB",
      "ram_unused": "31.24 GB"
    },
    "gpu": {
      "type": "IntelOpenCL",
      "vram_recommended_capacity": 0,
      "vram_unused": 0
    },
    "os": {
      "platform": "linux",
      "version": "6.8.1-arch1-1",
      "supports_avx2": true
    },
    "app": {
      "version": "0.2.15",
      "downloadsDir": "/mnt/NVME256/TheBloke"
    },
    "model": {}
  },
  "title": "Model error"
}```
FassihFayyaz commented 2 months ago

I am not getting the error now I think it's fixed in the new version so closing this this issue.