[GH-ISSUE #573] "Invalid file magic" with falcon models #260

Closed
opened 2026-04-12 09:47:17 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @vadim0x60 on GitHub (Sep 22, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/573

This happens every time I try to interact with a falcon model:

❯ ollama run falcon:40b
>>> hi
Error: invalid file magic

Hardware is Apple silicon with 96GB of RAM

Originally created by @vadim0x60 on GitHub (Sep 22, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/573 This happens every time I try to interact with a falcon model: ``` ❯ ollama run falcon:40b >>> hi Error: invalid file magic ``` Hardware is Apple silicon with 96GB of RAM
Author
Owner

@mxyng commented on GitHub (Sep 22, 2023):

What version of ollama are you using? Falcon support was added in 0.0.19. You can check with ollama --version. Make sure the server has also been restarted since the upgrade

<!-- gh-comment-id:1731744526 --> @mxyng commented on GitHub (Sep 22, 2023): What version of ollama are you using? Falcon support was added in 0.0.19. You can check with `ollama --version`. Make sure the server has also been restarted since the upgrade
Author
Owner

@vadim0x60 commented on GitHub (Sep 25, 2023):

I just ran ollama --version and it is 0.0.21. But then I ran ollama run falcon:40b and couldn't reproduce the bug. Probably the error was related to an earlier version of ollama that got updated.

<!-- gh-comment-id:1733567815 --> @vadim0x60 commented on GitHub (Sep 25, 2023): I just ran `ollama --version` and it is 0.0.21. But then I ran `ollama run falcon:40b` and couldn't reproduce the bug. Probably the error was related to an earlier version of ollama that got updated.
Author
Owner

@BruceMacD commented on GitHub (Sep 25, 2023):

That sounds right, this error message wasn't very good but it usually shows up when trying to run Falcon on an earlier Ollama version that does not support it. Marking this as resolved for now. Let us know if the issue comes back.

<!-- gh-comment-id:1733736077 --> @BruceMacD commented on GitHub (Sep 25, 2023): That sounds right, this error message wasn't very good but it usually shows up when trying to run Falcon on an earlier Ollama version that does not support it. Marking this as resolved for now. Let us know if the issue comes back.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#260