[GH-ISSUE #2464] Error: invalid version -- when attempting to run llava #1441

Closed
opened 2026-04-12 11:20:30 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @gr-b on GitHub (Feb 12, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2464

I attempted to install and run llava on an m1 mac and got the following:

~ % ollama run llava
pulling manifest
pulling 170370233dd5... 100% |███████████████| (4.1/4.1 GB, 46 MB/s)
pulling 72d6f08a42f6... 100% |█████████████████| (624/624 MB, 49 MB/s)
pulling 43070e2d4e53... 100% |███████████████████| (11/11 kB, 1.1 MB/s)
pulling c43332387573... 100% |████████████████████| (67/67 B, 538 kB/s)
pulling ed11eda7790d... 100% |████████████████████| (30/30 B, 185 kB/s)
pulling 7c658f9561e5... 100% |██████████████████| (564/564 B, 1.8 MB/s)
verifying sha256 digest
writing manifest
removing any unused layers
success
⠋ Error: invalid version

If I run ollama run llava again (above was the first time), I get:
⠋ Error: invalid version

If I use the API on localhost:
{"error":"invalid version"}

Any help would be appreciated. Thanks.

Originally created by @gr-b on GitHub (Feb 12, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2464 I attempted to install and run llava on an m1 mac and got the following: ~ % ollama run llava pulling manifest pulling 170370233dd5... 100% |███████████████| (4.1/4.1 GB, 46 MB/s) pulling 72d6f08a42f6... 100% |█████████████████| (624/624 MB, 49 MB/s) pulling 43070e2d4e53... 100% |███████████████████| (11/11 kB, 1.1 MB/s) pulling c43332387573... 100% |████████████████████| (67/67 B, 538 kB/s) pulling ed11eda7790d... 100% |████████████████████| (30/30 B, 185 kB/s) pulling 7c658f9561e5... 100% |██████████████████| (564/564 B, 1.8 MB/s) verifying sha256 digest writing manifest removing any unused layers success ⠋ Error: invalid version If I run `ollama run llava` again (above was the first time), I get: `⠋ Error: invalid version` If I use the API on localhost: `{"error":"invalid version"}` Any help would be appreciated. Thanks.
Author
Owner

@technovangelist commented on GitHub (Feb 12, 2024):

Whats your version of ollama?

<!-- gh-comment-id:1938873550 --> @technovangelist commented on GitHub (Feb 12, 2024): Whats your version of ollama?
Author
Owner

@gr-b commented on GitHub (Feb 12, 2024):

It was 0.1.0, but I just downloaded 0.1.24, and it seems to be working now. Apologies, should have tried that before! Thanks

<!-- gh-comment-id:1938901668 --> @gr-b commented on GitHub (Feb 12, 2024): It was 0.1.0, but I just downloaded 0.1.24, and it seems to be working now. Apologies, should have tried that before! Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1441