[GH-ISSUE #8136] The checksum of ollama-darwin is wrong at v0.5.3 #5193

Closed
opened 2026-04-12 16:19:30 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @suzuki-shunsuke on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/8136

https://github.com/ollama/ollama/releases/tag/v0.5.3

Download assets from GitHub Releases:

gh release download -R ollama/ollama v0.5.3

sha256sum.txt:

b5551feac44b903f13a043e6fe08a966b45830667ff150a310d51a742ce2562d  ./ollama-windows-arm64.zip
ed93c82e6da9a02f56fc4f2ff6c3c3208bb78fd8181ac3062fa3c0bc3bb98478  ./ollama-linux-amd64.tgz
89245d1eaca5d4fb6f3024e99c20a681653b14fea25f3eaebf886b4c7fc1efcc  ./ollama-darwin
9559e43581090b99a96e2991effb88f0ca2b0df852b35f670f89e1266d2fd3c5  ./ollama-linux-arm64-jetpack5.tgz
3cf7fdc1bde4fdfce8d0413f92456d74d9a369778edd6f6aa519082a48bd39d8  ./ollama-linux-amd64-rocm.tgz
257457df527bbbdf9d4ec43356e12fe6f68a2e3c19ce78a452051b7ad290208d  ./ollama-windows-amd64.zip
df6faf6d71f0bbdf49ff724860df6abee422e124f78ab98c8da2564cc834ad75  ./ollama-linux-arm64.tgz
ec7c02a01e29315d21059fd468eea8b9bf02358c6a43adb109e92ca1a6a1b275  ./Ollama-darwin.zip
94826e0080b7ec03801ad69ccdb03bb3b2ad55ba41643047cee6bf388db17e12  ./ollama-linux-arm64-jetpack6.tgz
d7c2e0a0a4799f9a3a3e17d5789b33e003a48bbc365fdc16b39ea36252afc255  ./OllamaSetup.exe

Verify checksums. The verification of the checksum of ollama-darwin failed.

$ cat sha256sum.txt| sha256sum -c
./ollama-windows-arm64.zip: OK
./ollama-linux-amd64.tgz: OK
./ollama-darwin: FAILED
./ollama-linux-arm64-jetpack5.tgz: OK
./ollama-linux-amd64-rocm.tgz: OK
./ollama-windows-amd64.zip: OK
./ollama-linux-arm64.tgz: OK
./Ollama-darwin.zip: OK
./ollama-linux-arm64-jetpack6.tgz: OK
./OllamaSetup.exe: OK
sha256sum: WARNING: 1 computed checksum did NOT match

Expected Checksum:

89245d1eaca5d4fb6f3024e99c20a681653b14fea25f3eaebf886b4c7fc1efcc  ./ollama-darwin

Actual checksum:

$ sha256sum ollama-darwin 
44625729a961ff48c4e0f2fe324f6ab8622c86c0479b0cc6923a8755ca7a6004  ollama-darwin
Originally created by @suzuki-shunsuke on GitHub (Dec 17, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/8136 https://github.com/ollama/ollama/releases/tag/v0.5.3 Download assets from GitHub Releases: ```sh gh release download -R ollama/ollama v0.5.3 ``` sha256sum.txt: ``` b5551feac44b903f13a043e6fe08a966b45830667ff150a310d51a742ce2562d ./ollama-windows-arm64.zip ed93c82e6da9a02f56fc4f2ff6c3c3208bb78fd8181ac3062fa3c0bc3bb98478 ./ollama-linux-amd64.tgz 89245d1eaca5d4fb6f3024e99c20a681653b14fea25f3eaebf886b4c7fc1efcc ./ollama-darwin 9559e43581090b99a96e2991effb88f0ca2b0df852b35f670f89e1266d2fd3c5 ./ollama-linux-arm64-jetpack5.tgz 3cf7fdc1bde4fdfce8d0413f92456d74d9a369778edd6f6aa519082a48bd39d8 ./ollama-linux-amd64-rocm.tgz 257457df527bbbdf9d4ec43356e12fe6f68a2e3c19ce78a452051b7ad290208d ./ollama-windows-amd64.zip df6faf6d71f0bbdf49ff724860df6abee422e124f78ab98c8da2564cc834ad75 ./ollama-linux-arm64.tgz ec7c02a01e29315d21059fd468eea8b9bf02358c6a43adb109e92ca1a6a1b275 ./Ollama-darwin.zip 94826e0080b7ec03801ad69ccdb03bb3b2ad55ba41643047cee6bf388db17e12 ./ollama-linux-arm64-jetpack6.tgz d7c2e0a0a4799f9a3a3e17d5789b33e003a48bbc365fdc16b39ea36252afc255 ./OllamaSetup.exe ``` Verify checksums. The verification of the checksum of ollama-darwin failed. ```console $ cat sha256sum.txt| sha256sum -c ./ollama-windows-arm64.zip: OK ./ollama-linux-amd64.tgz: OK ./ollama-darwin: FAILED ./ollama-linux-arm64-jetpack5.tgz: OK ./ollama-linux-amd64-rocm.tgz: OK ./ollama-windows-amd64.zip: OK ./ollama-linux-arm64.tgz: OK ./Ollama-darwin.zip: OK ./ollama-linux-arm64-jetpack6.tgz: OK ./OllamaSetup.exe: OK sha256sum: WARNING: 1 computed checksum did NOT match ``` Expected Checksum: ``` 89245d1eaca5d4fb6f3024e99c20a681653b14fea25f3eaebf886b4c7fc1efcc ./ollama-darwin ``` Actual checksum: ```console $ sha256sum ollama-darwin 44625729a961ff48c4e0f2fe324f6ab8622c86c0479b0cc6923a8755ca7a6004 ollama-darwin ```
Author
Owner

@suzuki-shunsuke commented on GitHub (Dec 17, 2024):

I'm not sure if this is related, but the createdAt and updatedAt of ollama-darwin are different from others.

$ gh release view -R ollama/ollama --json assets --jq "[.assets[] | {name,createdAt,updatedAt}]" v0.5.3
[
  {
    "createdAt": "2024-12-17T07:38:35Z",
    "name": "ollama-darwin",
    "updatedAt": "2024-12-17T07:38:38Z"
  },
  {
    "createdAt": "2024-12-17T07:19:50Z",
    "name": "Ollama-darwin.zip",
    "updatedAt": "2024-12-17T07:19:58Z"
  },
  {
    "createdAt": "2024-12-17T07:19:50Z",
    "name": "ollama-linux-amd64-rocm.tgz",
    "updatedAt": "2024-12-17T07:20:51Z"
  },
  {
    "createdAt": "2024-12-17T07:19:50Z",
    "name": "ollama-linux-amd64.tgz",
    "updatedAt": "2024-12-17T07:20:52Z"
  },
  {
    "createdAt": "2024-12-17T07:19:52Z",
    "name": "ollama-linux-arm64-jetpack5.tgz",
    "updatedAt": "2024-12-17T07:20:02Z"
  },
  {
    "createdAt": "2024-12-17T07:19:59Z",
    "name": "ollama-linux-arm64-jetpack6.tgz",
    "updatedAt": "2024-12-17T07:20:08Z"
  },
  {
    "createdAt": "2024-12-17T07:20:02Z",
    "name": "ollama-linux-arm64.tgz",
    "updatedAt": "2024-12-17T07:20:41Z"
  },
  {
    "createdAt": "2024-12-17T07:20:09Z",
    "name": "ollama-windows-amd64.zip",
    "updatedAt": "2024-12-17T07:20:59Z"
  },
  {
    "createdAt": "2024-12-17T07:20:28Z",
    "name": "ollama-windows-arm64.zip",
    "updatedAt": "2024-12-17T07:20:28Z"
  },
  {
    "createdAt": "2024-12-17T07:19:50Z",
    "name": "OllamaSetup.exe",
    "updatedAt": "2024-12-17T07:20:27Z"
  },
  {
    "createdAt": "2024-12-17T07:20:29Z",
    "name": "sha256sum.txt",
    "updatedAt": "2024-12-17T07:20:29Z"
  }
]
<!-- gh-comment-id:2548266283 --> @suzuki-shunsuke commented on GitHub (Dec 17, 2024): I'm not sure if this is related, but the createdAt and updatedAt of ollama-darwin are different from others. ```console $ gh release view -R ollama/ollama --json assets --jq "[.assets[] | {name,createdAt,updatedAt}]" v0.5.3 [ { "createdAt": "2024-12-17T07:38:35Z", "name": "ollama-darwin", "updatedAt": "2024-12-17T07:38:38Z" }, { "createdAt": "2024-12-17T07:19:50Z", "name": "Ollama-darwin.zip", "updatedAt": "2024-12-17T07:19:58Z" }, { "createdAt": "2024-12-17T07:19:50Z", "name": "ollama-linux-amd64-rocm.tgz", "updatedAt": "2024-12-17T07:20:51Z" }, { "createdAt": "2024-12-17T07:19:50Z", "name": "ollama-linux-amd64.tgz", "updatedAt": "2024-12-17T07:20:52Z" }, { "createdAt": "2024-12-17T07:19:52Z", "name": "ollama-linux-arm64-jetpack5.tgz", "updatedAt": "2024-12-17T07:20:02Z" }, { "createdAt": "2024-12-17T07:19:59Z", "name": "ollama-linux-arm64-jetpack6.tgz", "updatedAt": "2024-12-17T07:20:08Z" }, { "createdAt": "2024-12-17T07:20:02Z", "name": "ollama-linux-arm64.tgz", "updatedAt": "2024-12-17T07:20:41Z" }, { "createdAt": "2024-12-17T07:20:09Z", "name": "ollama-windows-amd64.zip", "updatedAt": "2024-12-17T07:20:59Z" }, { "createdAt": "2024-12-17T07:20:28Z", "name": "ollama-windows-arm64.zip", "updatedAt": "2024-12-17T07:20:28Z" }, { "createdAt": "2024-12-17T07:19:50Z", "name": "OllamaSetup.exe", "updatedAt": "2024-12-17T07:20:27Z" }, { "createdAt": "2024-12-17T07:20:29Z", "name": "sha256sum.txt", "updatedAt": "2024-12-17T07:20:29Z" } ] ```
Author
Owner

@suzuki-shunsuke commented on GitHub (Dec 17, 2024):

BTW, why is ollama-windows-arm64.zip much smaller than ollama-windows-amd64.zip?

-rw-r--r-- 1 shunsukesuzuki staff 1.8G 12 17 20:47 ollama-windows-amd64.zip
-rw-r--r-- 1 shunsukesuzuki staff  20M 12 17 20:43 ollama-windows-arm64.zip
$ ls -lh
total 7.8G
-rw-r--r-- 1 shunsukesuzuki staff 180M 12 17 20:42 Ollama-darwin.zip
-rw-r--r-- 1 shunsukesuzuki staff 746M 12 17 20:46 OllamaSetup.exe
-rw-r--r-- 1 shunsukesuzuki staff  51M 12 17 20:42 ollama-darwin
-rw-r--r-- 1 shunsukesuzuki staff 1.2G 12 17 20:46 ollama-linux-amd64-rocm.tgz
-rw-r--r-- 1 shunsukesuzuki staff 1.6G 12 17 20:47 ollama-linux-amd64.tgz
-rw-r--r-- 1 shunsukesuzuki staff 455M 12 17 20:43 ollama-linux-arm64-jetpack5.tgz
-rw-r--r-- 1 shunsukesuzuki staff 418M 12 17 20:43 ollama-linux-arm64-jetpack6.tgz
-rw-r--r-- 1 shunsukesuzuki staff 1.5G 12 17 20:47 ollama-linux-arm64.tgz
-rw-r--r-- 1 shunsukesuzuki staff 1.8G 12 17 20:47 ollama-windows-amd64.zip
-rw-r--r-- 1 shunsukesuzuki staff  20M 12 17 20:43 ollama-windows-arm64.zip
-rw-r--r-- 1 shunsukesuzuki staff  916 12 17 20:46 sha256sum.txt
<!-- gh-comment-id:2548527553 --> @suzuki-shunsuke commented on GitHub (Dec 17, 2024): BTW, why is ollama-windows-arm64.zip much smaller than `ollama-windows-amd64.zip`? ``` -rw-r--r-- 1 shunsukesuzuki staff 1.8G 12 17 20:47 ollama-windows-amd64.zip -rw-r--r-- 1 shunsukesuzuki staff 20M 12 17 20:43 ollama-windows-arm64.zip ``` ```console $ ls -lh total 7.8G -rw-r--r-- 1 shunsukesuzuki staff 180M 12 17 20:42 Ollama-darwin.zip -rw-r--r-- 1 shunsukesuzuki staff 746M 12 17 20:46 OllamaSetup.exe -rw-r--r-- 1 shunsukesuzuki staff 51M 12 17 20:42 ollama-darwin -rw-r--r-- 1 shunsukesuzuki staff 1.2G 12 17 20:46 ollama-linux-amd64-rocm.tgz -rw-r--r-- 1 shunsukesuzuki staff 1.6G 12 17 20:47 ollama-linux-amd64.tgz -rw-r--r-- 1 shunsukesuzuki staff 455M 12 17 20:43 ollama-linux-arm64-jetpack5.tgz -rw-r--r-- 1 shunsukesuzuki staff 418M 12 17 20:43 ollama-linux-arm64-jetpack6.tgz -rw-r--r-- 1 shunsukesuzuki staff 1.5G 12 17 20:47 ollama-linux-arm64.tgz -rw-r--r-- 1 shunsukesuzuki staff 1.8G 12 17 20:47 ollama-windows-amd64.zip -rw-r--r-- 1 shunsukesuzuki staff 20M 12 17 20:43 ollama-windows-arm64.zip -rw-r--r-- 1 shunsukesuzuki staff 916 12 17 20:46 sha256sum.txt ```
Author
Owner

@jmorganca commented on GitHub (Dec 17, 2024):

Hi there, this has been fixed. Thanks for the issue! @suzuki-shunsuke the ARM build is smaller as there are less GPU libraries in the bundle.

<!-- gh-comment-id:2548660040 --> @jmorganca commented on GitHub (Dec 17, 2024): Hi there, this has been fixed. Thanks for the issue! @suzuki-shunsuke the ARM build is smaller as there are less GPU libraries in the bundle.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5193