[GH-ISSUE #889] 404 page not found when pushing a model with UPPERcase letters #62467

Closed
opened 2026-05-03 09:04:24 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @technovangelist on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/889

if you create a model, say mattw/HornyEchidna-13b-v0.1 that has uppercase letters in it, then you cannot push it to the registry. The error is:

ollama push mattw/HornyEchidna-13b-v0.1
retrieving manifest
pushing c9244955e935...   0% |                                                                                                                      | ( 0 B/7.4 GB) [0s:0s]Error: on upload registry responded with code 404: 404 page not found

The problem is that we don't accept a name with uppercase letters, but the error just says the page cannot be found. Super Cryptic!!

Originally created by @technovangelist on GitHub (Oct 24, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/889 if you create a model, say mattw/HornyEchidna-13b-v0.1 that has uppercase letters in it, then you cannot push it to the registry. The error is: ``` ollama push mattw/HornyEchidna-13b-v0.1 retrieving manifest pushing c9244955e935... 0% | | ( 0 B/7.4 GB) [0s:0s]Error: on upload registry responded with code 404: 404 page not found ``` The problem is that we don't accept a name with uppercase letters, but the error just says the page cannot be found. Super Cryptic!!
Author
Owner

@jmorganca commented on GitHub (Oct 24, 2023):

Closing for #336

<!-- gh-comment-id:1778019295 --> @jmorganca commented on GitHub (Oct 24, 2023): Closing for #336
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62467