[GH-ISSUE #11094] bge-large-zh-v1.5 error #69377

Closed
opened 2026-05-04 17:56:38 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @SiqingHe on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11094

when use bge-large-zh-v1.5 ,it raise errors
curl http://10.191.0.245:8999/api/embed -d '{"model": "bge-large-zh-v1.5:latest", "input": "测试文本"}'
{"error":"unable to load model: /root/.ollama/models/blobs/sha256-ea5d2af223de4485055c409c369a319bb584fbd2629a5b4f082c6ccd848bfaf7"}

while I have given a permission :
chmod -R 777 /root/.ollama/models/blobs/

does anyone meet this problem?

Originally created by @SiqingHe on GitHub (Jun 17, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11094 when use bge-large-zh-v1.5 ,it raise errors curl http://10.191.0.245:8999/api/embed -d '{"model": "bge-large-zh-v1.5:latest", "input": "测试文本"}' {"error":"unable to load model: /root/.ollama/models/blobs/sha256-ea5d2af223de4485055c409c369a319bb584fbd2629a5b4f082c6ccd848bfaf7"} while I have given a permission : chmod -R 777 /root/.ollama/models/blobs/ does anyone meet this problem?
Author
Owner

@SiqingHe commented on GitHub (Jun 17, 2025):

ollama version is 0.7.0

<!-- gh-comment-id:2979577570 --> @SiqingHe commented on GitHub (Jun 17, 2025): ollama version is 0.7.0
Author
Owner

@rick-github commented on GitHub (Jun 17, 2025):

Server logs may aid in debugging.

<!-- gh-comment-id:2979904218 --> @rick-github commented on GitHub (Jun 17, 2025): [Server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md#how-to-troubleshoot-issues) may aid in debugging.
Author
Owner

@SiqingHe commented on GitHub (Jun 18, 2025):

@rick-github
solved,it is because something unmatch with the model downloaded from modelscope, while i pull the bge-large-zh-v1.5 model from ollama ,it works.

<!-- gh-comment-id:2982495779 --> @SiqingHe commented on GitHub (Jun 18, 2025): @rick-github solved,it is because something unmatch with the model downloaded from modelscope, while i pull the bge-large-zh-v1.5 model from ollama ,it works.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69377