[GH-ISSUE #6783] Ollama run says "A model with that name already exists" but really its a casing issue? #66313

Open
opened 2026-05-04 02:27:46 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @Sourdface on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6783

What is the issue?

I don't know how to explain this exactly, but when I try to run ollama run Llama3.1 I get the confusing error:

Error: a model with that name already exists

And it does exist, but the issue is that the casing is different (it's llama3.1, not Llama3.1). This is evidently confusing the engine somehow. If I give the lowercase version then its fine and loads normally, and if I give a name that doesn't exist then I get Error: pull model manifest: file does not exist.

This is running on Ubuntu 24.04, x64.

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.3.10

Originally created by @Sourdface on GitHub (Sep 13, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6783 ### What is the issue? I don't know how to explain this exactly, but when I try to run `ollama run Llama3.1` I get the confusing error: ``` Error: a model with that name already exists ``` And it *does* exist, but the issue is that the casing is different (it's `llama3.1`, not `Llama3.1`). This is evidently confusing the engine somehow. If I give the lowercase version then its fine and loads normally, and if I give a name that doesn't exist then I get `Error: pull model manifest: file does not exist`. This is running on Ubuntu 24.04, x64. ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version 0.3.10
GiteaMirror added the bug label 2026-05-04 02:27:46 -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#66313