You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yscialom
changed the title
[2.25.0] Model gallery is empty since upgrade to 2.25.0
[2.25.0] Model gallery is empty + Error 500 since upgrade to 2.25.0
Jan 16, 2025
LocalAI version:
LocalAI Version v2.25.0 (07655c0)
Docker image: localai/localai:latest-aio-gpu-nvidia-cuda-12 1b02a558e76d
Environment, CPU architecture, OS, and Version:
Describe the bug
Since I've upgraded to version 2.25, the list of available models is empty on
/browse
and/models/available
raises a HTTP 500 error.To Reproduce
docker-compose.yaml
:docker compose up -d
curl -XGET 'http://localhost:8080/models/available' -H 'accept: application/json'
http://localhost:8080/browse
.Expected behaviour
Both list all models from
https://github.com/mudler/LocalAI/tree/master/gallery
.Observed behaviour
curl -XGET 'http://localhost:8080/models/available' -H 'accept: application/json'
raises an error 500:/browser
is empty:Logs
The text was updated successfully, but these errors were encountered: