[GH-ISSUE #9033] Running error when move model from online environment to offline environment #67933

Closed
opened 2026-05-04 12:05:07 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @GoossLeng on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9033

What is the issue?

I download and run ollama at MacOS, pull the deepseek-r1:1.5b and ran success. Then I copy blobs and manifests directories from ~/.ollama/models.
I setup the ollama at an offline Linux server, copy two directories to ~/.ollama/models. Then I can successfully execute command "ollama list" and "ollama run deepseek-r1:1.5b" to run the model. However, I type the input, but the model cannot answer the question. When I check the ollama log, it shows "bad manifest name"

Image

Relevant log output


OS

macOS, Linux

GPU

No response

CPU

No response

Ollama version

0.5.7

Originally created by @GoossLeng on GitHub (Feb 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9033 ### What is the issue? I download and run ollama at MacOS, pull the deepseek-r1:1.5b and ran success. Then I copy blobs and manifests directories from ~/.ollama/models. I setup the ollama at an offline Linux server, copy two directories to ~/.ollama/models. Then I can successfully execute command "ollama list" and "ollama run deepseek-r1:1.5b" to run the model. However, I type the input, but the model cannot answer the question. When I check the ollama log, it shows "bad manifest name" ![Image](https://github.com/user-attachments/assets/aac8199d-52ea-489f-818b-b52be0e96a50) ### Relevant log output ```shell ``` ### OS macOS, Linux ### GPU _No response_ ### CPU _No response_ ### Ollama version 0.5.7
GiteaMirror added the bug label 2026-05-04 12:05:07 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 12, 2025):

You may have copied one of those MacOS special files across, what does ls -alR ~/.ollama/models show?

<!-- gh-comment-id:2653103289 --> @rick-github commented on GitHub (Feb 12, 2025): You may have copied one of those MacOS special files across, what does `ls -alR ~/.ollama/models` show?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#67933