[GH-ISSUE #7196] Model Push Successful but Ignored by Ollama Registry - Cannot Pull Model After Push #66627

Open
opened 2026-05-04 07:39:06 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @jimin0 on GitHub (Oct 14, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7196

Originally assigned to: @BruceMacD on GitHub.

What is the issue?

After successfully pushing a model to the Ollama registry using ollama push, the model seems to be ignored by the Ollama service. I cannot pull the model from the registry, and the service reports that "No models have been pushed" when accessing the registry URL.

This issue persists even though the push operation completes successfully. When attempting to pull the model afterward, the following error occurs:

Error: pull model manifest: file does not exist

Steps to Reproduce:

  1. Pushing a Model:
    I pushed the model using the following command:

    ollama push bona/bge_m3_korean:latest
    

    The push operation completed successfully:

    retrieving manifest
    pushing 61bb0c982884... 100% ▕█████████████████████████████████████████████████████████████████████▏ 1.2 GB
    pushing 578a2e81f706... 100% ▕█████████████████████████████████████████████████████████████████████▏   95 B
    
  2. Listing Models Locally:
    After the push, I confirmed the model exists locally using ollama list:

    ollama list
    

    Output:

    NAME                                  ID              SIZE      MODIFIED
    bona/bge_m3_korean:latest             949236422f50    1.2 GB    2 minutes ago
    
  3. Pulling the Model from the Registry:
    When trying to pull the model after pushing it:

    ollama pull bona/bge_m3_korean:latest
    

    I get the following error:

    Error: pull model manifest: 
    file does not exist
    
  4. Checking the Model on the Ollama Registry:
    When I visit the registry URL (https://ollama.com/bona/bge-m3-korean), it shows:

    No models have been pushed.
    

Environment:

  • Ollama version: 0.3.12

HOW CAN I SOLVE IT?

OS

WSL2

GPU

AMD, Other

CPU

Intel

Ollama version

0.3.12

Originally created by @jimin0 on GitHub (Oct 14, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7196 Originally assigned to: @BruceMacD on GitHub. ### What is the issue? After successfully pushing a model to the Ollama registry using `ollama push`, the model seems to be ignored by the Ollama service. I cannot pull the model from the registry, and the service reports that "**No models have been pushed**" when accessing the registry URL. This issue persists even though the push operation completes successfully. When attempting to pull the model afterward, the following error occurs: ``` Error: pull model manifest: file does not exist ``` ### Steps to Reproduce: 1. **Pushing a Model:** I pushed the model using the following command: ```bash ollama push bona/bge_m3_korean:latest ``` The push operation completed successfully: ``` retrieving manifest pushing 61bb0c982884... 100% ▕█████████████████████████████████████████████████████████████████████▏ 1.2 GB pushing 578a2e81f706... 100% ▕█████████████████████████████████████████████████████████████████████▏ 95 B ``` 2. **Listing Models Locally:** After the push, I confirmed the model exists locally using `ollama list`: ```bash ollama list ``` Output: ``` NAME ID SIZE MODIFIED bona/bge_m3_korean:latest 949236422f50 1.2 GB 2 minutes ago ``` 3. **Pulling the Model from the Registry:** When trying to pull the model after pushing it: ```bash ollama pull bona/bge_m3_korean:latest ``` I get the following error: ``` Error: pull model manifest: file does not exist ``` 4. **Checking the Model on the Ollama Registry:** When I visit the registry URL (https://ollama.com/bona/bge-m3-korean), it shows: ``` No models have been pushed. ``` ### Environment: - **Ollama version:** 0.3.12 HOW CAN I SOLVE IT? ### OS WSL2 ### GPU AMD, Other ### CPU Intel ### Ollama version 0.3.12
GiteaMirror added the bugollama.com labels 2026-05-04 07:39:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#66627