Logo
Explore Help
Sign In
github-starred/ollama-ollama
2
0
Fork 0
You've already forked ollama-ollama
mirror of https://github.com/ollama/ollama.git synced 2025-12-05 18:46:22 -06:00
Code Issues 2.2k Packages Projects Releases 100 Wiki Activity

100 Releases 358 Tags

RSS Feed
  • v0.6.2 021dcf089d
    Compare

    Stable

    GiteaMirror released this 2025-03-17 17:41:37 -05:00 | 772 commits to main since this release

    📅 Originally published on GitHub: Tue, 18 Mar 2025 03:11:33 GMT
    🏷️ Git tag created: Mon, 17 Mar 2025 22:41:37 GMT

    What's Changed

    • Multiple images are now supported in Gemma 3
    • Fixed issue where running Gemma 3 would consume a large amount of system memory
    • ollama create --quantize now works when converting Gemma 3 from safetensors
    • Fixed issue where /save would not work if running a model with / in the name
    • Add support for AMD Strix Halo GPUs

    New Contributors

    • @zeozeozeo made their first contribution in https://github.com/ollama/ollama/pull/9800
    • @louis030195 made their first contribution in https://github.com/ollama/ollama/pull/9786

    Full Changelog: https://github.com/ollama/ollama/compare/v0.6.1...v0.6.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      21 MiB
      2025-11-12 00:04:24 -06:00
    • Ollama-darwin.zip
      175 MiB
      2025-11-12 00:04:41 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-12 00:06:34 -06:00
    • ollama-linux-amd64.tgz
      1.6 GiB
      2025-11-12 00:09:49 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-12 00:10:30 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      343 MiB
      2025-11-12 00:11:03 -06:00
    • ollama-linux-arm64.tgz
      1.6 GiB
      2025-11-12 00:13:38 -06:00
    • OllamaSetup.exe
      1001 MiB
      2025-11-12 00:18:54 -06:00
    • ollama-windows-amd64-rocm.zip
      368 MiB
      2025-11-12 00:14:12 -06:00
    • ollama-windows-amd64.zip
      1.6 GiB
      2025-11-12 00:16:44 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-12 00:16:47 -06:00
    • sha256sum.txt
      1018 B
      2025-11-12 00:18:55 -06:00
  • v0.6.1 4e320b8b90
    Compare

    Stable

    GiteaMirror released this 2025-03-14 10:57:59 -05:00 | 789 commits to main since this release

    📅 Originally published on GitHub: Fri, 14 Mar 2025 02:58:48 GMT
    🏷️ Git tag created: Fri, 14 Mar 2025 15:57:59 GMT

    New models

    • Command A: 111 billion parameter model optimized for demanding enterprises that require fast, secure, and high-quality AI.

    What's Changed

    • Fixed issues where gemma3 would crash with "out of memory (OOM)" errors by improving memory estimation
    • Loading an invalid model with /load will no longer exit ollama run
    • Added Ctrl+P and Ctrl+N hotkeys for ollama run
    • New ollama show -v or ollama show --verbose that will print additional model data
    • Improved sampling parameters such as temperature and top_k to behave similar to other implementations

    New Contributors

    • @Shane-XB-Qian made their first contribution in https://github.com/ollama/ollama/pull/9136
    • @13rac1 made their first contribution in https://github.com/ollama/ollama/pull/9643

    Full Changelog: https://github.com/ollama/ollama/compare/v0.6.0...v0.6.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      21 MiB
      2025-11-11 23:50:15 -06:00
    • Ollama-darwin.zip
      175 MiB
      2025-11-11 23:50:33 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 23:52:26 -06:00
    • ollama-linux-amd64.tgz
      1.6 GiB
      2025-11-11 23:54:59 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 23:55:41 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      343 MiB
      2025-11-11 23:56:13 -06:00
    • ollama-linux-arm64.tgz
      1.6 GiB
      2025-11-11 23:59:29 -06:00
    • OllamaSetup.exe
      1000 MiB
      2025-11-12 00:04:19 -06:00
    • ollama-windows-amd64-rocm.zip
      358 MiB
      2025-11-12 00:00:04 -06:00
    • ollama-windows-amd64.zip
      1.6 GiB
      2025-11-12 00:02:40 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-12 00:02:42 -06:00
    • sha256sum.txt
      1018 B
      2025-11-12 00:04:19 -06:00
  • v0.6.0 aee28501b5
    Compare

    Stable

    GiteaMirror released this 2025-03-11 17:07:50 -05:00 | 816 commits to main since this release

    📅 Originally published on GitHub: Tue, 11 Mar 2025 23:37:42 GMT
    🏷️ Git tag created: Tue, 11 Mar 2025 22:07:50 GMT

    Gemma 3 with Ollama

    New Model

    • Gemma 3: Google Gemma 3 model is now available in 1B, 4B, 12B, and 27B parameter sizes.

    What's Changed

    • Fixed error that would occur when running snowflake-arctic-embed and snowflake-arctic-embed2 models

    New Contributors

    • @iBreaker made their first contribution in https://github.com/ollama/ollama/pull/9565
    • @zhu-xiaowei made their first contribution in https://github.com/ollama/ollama/pull/9540
    • @dwt made their first contribution in https://github.com/ollama/ollama/pull/9569
    • @vincentkoc made their first contribution in https://github.com/ollama/ollama/pull/9626

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.13...v0.6.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      21 MiB
      2025-11-11 23:34:57 -06:00
    • Ollama-darwin.zip
      175 MiB
      2025-11-11 23:35:13 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 23:37:06 -06:00
    • ollama-linux-amd64.tgz
      1.6 GiB
      2025-11-11 23:40:20 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 23:41:08 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      343 MiB
      2025-11-11 23:41:41 -06:00
    • ollama-linux-arm64.tgz
      1.6 GiB
      2025-11-11 23:44:37 -06:00
    • OllamaSetup.exe
      1000 MiB
      2025-11-11 23:50:10 -06:00
    • ollama-windows-amd64-rocm.zip
      358 MiB
      2025-11-11 23:45:11 -06:00
    • ollama-windows-amd64.zip
      1.6 GiB
      2025-11-11 23:48:17 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 23:48:20 -06:00
    • sha256sum.txt
      1018 B
      2025-11-11 23:50:11 -06:00
  • v0.5.13 7a01ad7614
    Compare

    Stable

    GiteaMirror released this 2025-03-03 21:11:16 -06:00 | 890 commits to main since this release

    📅 Originally published on GitHub: Thu, 27 Feb 2025 18:27:51 GMT
    🏷️ Git tag created: Tue, 04 Mar 2025 03:11:16 GMT

    New models

    • Phi-4-Mini: Phi-4-mini brings significant enhancements in multilingual support, reasoning, and mathematics, and now, the long-awaited function calling feature is finally supported.
    • Granite-3.2-Vision: A compact and efficient vision-language model, specifically designed for visual document understanding, enabling automated content extraction from tables, charts, infographics, plots, diagrams, and more.
    • Command R7B Arabic: A new state-of-the-art version of the lightweight Command R7B model that excels in advanced Arabic language capabilities for enterprises in the Middle East and Northern Africa.

    What's Changed

    • The default context length can now be set with a new OLLAMA_CONTEXT_LENGTH environment variable. For example, to set the default context length to 8K, use: OLLAMA_CONTEXT_LENGTH=8192 ollama serve
    • Ollama is now compiled for NVIDIA Blackwell
    • Fixed issue where bf16 GGUF files could not be imported
    • Ollama is now be able to accept requests from Visual Studio Code and Cursor by accepting requests from origins beginning with vscode-file://
    • Fixed a series of permission denied issues when installing Ollama on Linux

    Note: Ubuntu 20.04, Debian 10 and RHEL 8+ or later are required to run Ollama on Linux

    New Contributors

    • @prusnak made their first contribution in https://github.com/ollama/ollama/pull/8567
    • @ChuanhuiLiu made their first contribution in https://github.com/ollama/ollama/pull/9346
    • @Pekkari made their first contribution in https://github.com/ollama/ollama/pull/8211
    • @eriestrisnadi made their first contribution in https://github.com/ollama/ollama/pull/9313
    • @stevenh made their first contribution in https://github.com/ollama/ollama/pull/9360
    • @wanghe-fit2cloud made their first contribution in https://github.com/ollama/ollama/pull/9312
    • @Soulter made their first contribution in https://github.com/ollama/ollama/pull/9442
    • @ibrahimcetin made their first contribution in https://github.com/ollama/ollama/pull/9411
    • @remarkablemark made their first contribution in https://github.com/ollama/ollama/pull/9456
    • @googs1025 made their first contribution in https://github.com/ollama/ollama/pull/9458
    • @sunshine0523 made their first contribution in https://github.com/ollama/ollama/pull/9468

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.12...v0.5.13

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      21 MiB
      2025-11-11 23:19:23 -06:00
    • Ollama-darwin.zip
      175 MiB
      2025-11-11 23:19:49 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 23:23:05 -06:00
    • ollama-linux-amd64.tgz
      1.6 GiB
      2025-11-11 23:25:38 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 23:26:20 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      343 MiB
      2025-11-11 23:26:52 -06:00
    • ollama-linux-arm64.tgz
      1.6 GiB
      2025-11-11 23:30:01 -06:00
    • OllamaSetup.exe
      1000 MiB
      2025-11-11 23:34:52 -06:00
    • ollama-windows-amd64-rocm.zip
      358 MiB
      2025-11-11 23:30:48 -06:00
    • ollama-windows-amd64.zip
      1.6 GiB
      2025-11-11 23:33:20 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 23:33:23 -06:00
    • sha256sum.txt
      1018 B
      2025-11-11 23:34:53 -06:00
  • v0.5.12 8c13cfa4dd
    Compare

    Stable

    GiteaMirror released this 2025-02-23 21:13:53 -06:00 | 950 commits to main since this release

    📅 Originally published on GitHub: Thu, 20 Feb 2025 17:32:40 GMT
    🏷️ Git tag created: Mon, 24 Feb 2025 03:13:53 GMT

    New models

    • Perplexity R1 1776: A version of the DeepSeek-R1 model that has been post trained to remove its refusal to respond to some sensitive topics.

    What's Changed

    • The OpenAI-compatible API will now return tool_calls if the model called a tool
    • Performance on certain Intel Xeon processors should now be restored
    • Fixed permission denied issues after installing Ollama on Linux
    • Fixed issue where additional CPU libraries were included in the arm64 Linux install
    • The progress bar will no longer flicker when running ollama pull
    • Fixed issue where running a model would fail on Linux if Ollama was installed in a path with UTF-8 characters
    • X-Stainless-Timeout will now be accepted as a header in the OpenAI API endpoints

    New Contributors

    • @buiducnhat made their first contribution in https://github.com/ollama/ollama/pull/9075
    • @James-William-Kincaid-III made their first contribution in https://github.com/ollama/ollama/pull/9098
    • @innightwolfsleep made their first contribution in https://github.com/ollama/ollama/pull/9150
    • @ismdeep made their first contribution in https://github.com/ollama/ollama/pull/9108
    • @benhaotang made their first contribution in https://github.com/ollama/ollama/pull/9138
    • @jeremyschlatter made their first contribution in https://github.com/ollama/ollama/pull/9079
    • @maninhill made their first contribution in https://github.com/ollama/ollama/pull/9212
    • @xuzeyu91 made their first contribution in https://github.com/ollama/ollama/pull/9214
    • @yuiseki made their first contribution in https://github.com/ollama/ollama/pull/9146
    • @lucasthahn made their first contribution in https://github.com/ollama/ollama/pull/9237
    • @danielekp made their first contribution in https://github.com/ollama/ollama/pull/9251
    • @RockChinQ made their first contribution in https://github.com/ollama/ollama/pull/9272

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.11...v0.5.12

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      20 MiB
      2025-11-11 23:01:30 -06:00
    • Ollama-darwin.zip
      175 MiB
      2025-11-11 23:01:46 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 23:03:45 -06:00
    • ollama-linux-amd64.tgz
      1.4 GiB
      2025-11-11 23:05:59 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 23:07:03 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      414 MiB
      2025-11-11 23:08:18 -06:00
    • ollama-linux-arm64.tgz
      1.4 GiB
      2025-11-11 23:11:48 -06:00
    • OllamaSetup.exe
      769 MiB
      2025-11-11 23:19:18 -06:00
    • ollama-windows-amd64.zip
      1.8 GiB
      2025-11-11 23:16:42 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 23:16:48 -06:00
    • sha256sum.txt
      920 B
      2025-11-11 23:19:19 -06:00
  • v0.5.11 f8453e9d4a
    Compare

    Stable

    GiteaMirror released this 2025-02-14 00:38:23 -06:00 | 1000 commits to main since this release

    📅 Originally published on GitHub: Fri, 14 Feb 2025 08:25:18 GMT
    🏷️ Git tag created: Fri, 14 Feb 2025 06:38:23 GMT

    What's Changed

    • Fixed The system cannot find the path specified errors when running models in some cases on Windows
    • Fixed issue where running ollama serve on Intel Macs would not use CPU acceleration

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.10...v0.5.11

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      20 MiB
      2025-11-11 22:43:38 -06:00
    • Ollama-darwin.zip
      174 MiB
      2025-11-11 22:43:55 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 22:46:05 -06:00
    • ollama-linux-amd64.tgz
      1.4 GiB
      2025-11-11 22:50:39 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 22:51:47 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      414 MiB
      2025-11-11 22:52:45 -06:00
    • ollama-linux-arm64.tgz
      1.4 GiB
      2025-11-11 22:55:23 -06:00
    • OllamaSetup.exe
      768 MiB
      2025-11-11 23:01:25 -06:00
    • ollama-windows-amd64.zip
      1.8 GiB
      2025-11-11 22:59:51 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 22:59:55 -06:00
    • sha256sum.txt
      920 B
      2025-11-11 23:01:26 -06:00
  • v0.5.10 c03e248735
    Compare

    Stable

    GiteaMirror released this 2025-02-13 20:43:33 -06:00 | 1002 commits to main since this release

    📅 Originally published on GitHub: Fri, 14 Feb 2025 04:14:34 GMT
    🏷️ Git tag created: Fri, 14 Feb 2025 02:43:33 GMT

    What's Changed

    • Fixed issue on multi-GPU Windows and Linux machines where memory estimations would be incorrect

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.9...v0.5.10

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      20 MiB
      2025-11-11 22:26:47 -06:00
    • Ollama-darwin.zip
      174 MiB
      2025-11-11 22:27:12 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 22:30:47 -06:00
    • ollama-linux-amd64.tgz
      1.4 GiB
      2025-11-11 22:34:20 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 22:35:30 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      414 MiB
      2025-11-11 22:36:35 -06:00
    • ollama-linux-arm64.tgz
      1.4 GiB
      2025-11-11 22:39:24 -06:00
    • OllamaSetup.exe
      768 MiB
      2025-11-11 22:43:34 -06:00
    • ollama-windows-amd64.zip
      1.8 GiB
      2025-11-11 22:42:19 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 22:42:22 -06:00
    • sha256sum.txt
      920 B
      2025-11-11 22:43:34 -06:00
  • v0.5.9 a4f69a0191
    Compare

    Stable

    GiteaMirror released this 2025-02-13 02:23:17 -06:00 | 1003 commits to main since this release

    📅 Originally published on GitHub: Wed, 12 Feb 2025 02:33:49 GMT
    🏷️ Git tag created: Thu, 13 Feb 2025 08:23:17 GMT

    New models

    • DeepScaleR: A fine-tuned version of Deepseek-R1-Distilled-Qwen-1.5B that surpasses the performance of OpenAI’s o1-preview with just 1.5B parameters on popular math evaluations.
    • OpenThinker: A fully open-source family of reasoning models built using a dataset derived by distilling DeepSeek-R1.

    What's Changed

    • Fixed llama runner process has terminated that would occur on Windows due to permissions issues

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.8...v0.5.9

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      20 MiB
      2025-11-11 22:10:08 -06:00
    • Ollama-darwin.zip
      174 MiB
      2025-11-11 22:10:26 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 22:12:36 -06:00
    • ollama-linux-amd64.tgz
      1.4 GiB
      2025-11-11 22:15:02 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 22:15:45 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      414 MiB
      2025-11-11 22:16:37 -06:00
    • ollama-linux-arm64.tgz
      1.4 GiB
      2025-11-11 22:19:57 -06:00
    • OllamaSetup.exe
      768 MiB
      2025-11-11 22:26:42 -06:00
    • ollama-windows-amd64.zip
      1.8 GiB
      2025-11-11 22:24:38 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 22:24:42 -06:00
    • sha256sum.txt
      920 B
      2025-11-11 22:26:43 -06:00
  • v0.5.8 f4711da7bd
    Compare

    Stable

    GiteaMirror released this 2025-02-10 11:52:12 -06:00 | 1009 commits to main since this release

    📅 Originally published on GitHub: Wed, 05 Feb 2025 20:40:08 GMT
    🏷️ Git tag created: Mon, 10 Feb 2025 17:52:12 GMT

    What's Changed

    • Ollama will now use AVX-512 instructions where available for additional CPU acceleration
    • NVIDIA and AMD GPUs can now be used with CPUs without AVX instructions
    • Ollama will now use AVX2 instructions with NVIDIA and AMD GPUs
    • New ollama-darwin.tgz package for macOS that replaces the previous ollama-darwin standalone binary.
    • Fixed indexing error that would occur when downloading a model with ollama run or ollama pull
    • Fixes cases where download progress would reverse

    Note

    The steps to build Ollama with GPU acceleration from source have changed. Please see the development documentation for more information.

    New Contributors

    • @jannikmaierhoefer made their first contribution in https://github.com/ollama/ollama/pull/8455
    • @EndoTheDev made their first contribution in https://github.com/ollama/ollama/pull/8487
    • @danielpunkass made their first contribution in https://github.com/ollama/ollama/pull/8524
    • @lofcz made their first contribution in https://github.com/ollama/ollama/pull/8551
    • @XiaofuHuang made their first contribution in https://github.com/ollama/ollama/pull/8604
    • @anilkay made their first contribution in https://github.com/ollama/ollama/pull/8767
    • @Bert0ns made their first contribution in https://github.com/ollama/ollama/pull/8766
    • @melroy89 made their first contribution in https://github.com/ollama/ollama/pull/8802
    • @TilmanGriesel made their first contribution in https://github.com/ollama/ollama/pull/8803
    • @fallenreaper made their first contribution in https://github.com/ollama/ollama/pull/8746
    • @yashwanth2706 made their first contribution in https://github.com/ollama/ollama/pull/8831
    • @fyvri made their first contribution in https://github.com/ollama/ollama/pull/8692
    • @daniellok-db made their first contribution in https://github.com/ollama/ollama/pull/8811
    • @dpereira made their first contribution in https://github.com/ollama/ollama/pull/8714
    • @zyphixor made their first contribution in https://github.com/ollama/ollama/pull/8659
    • @abhitrueprogrammer made their first contribution in https://github.com/ollama/ollama/pull/8897
    • @oslook made their first contribution in https://github.com/ollama/ollama/pull/8084
    • @CosmicEventHorizon made their first contribution in https://github.com/ollama/ollama/pull/8883
    • @annilq made their first contribution in https://github.com/ollama/ollama/pull/8877
    • @LeisureLinux made their first contribution in https://github.com/ollama/ollama/pull/8905
    • @kontactguddu made their first contribution in https://github.com/ollama/ollama/pull/8603
    • @dravenk made their first contribution in https://github.com/ollama/ollama/pull/8688
    • @qusaismael made their first contribution in https://github.com/ollama/ollama/pull/8953
    • @hughcrt made their first contribution in https://github.com/ollama/ollama/pull/8975

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.7...v0.5.8

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin.tgz
      20 MiB
      2025-11-11 21:52:01 -06:00
    • Ollama-darwin.zip
      174 MiB
      2025-11-11 21:52:22 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.2 GiB
      2025-11-11 21:54:58 -06:00
    • ollama-linux-amd64.tgz
      1.4 GiB
      2025-11-11 21:58:50 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      451 MiB
      2025-11-11 22:00:02 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      414 MiB
      2025-11-11 22:01:02 -06:00
    • ollama-linux-arm64.tgz
      1.4 GiB
      2025-11-11 22:04:17 -06:00
    • OllamaSetup.exe
      768 MiB
      2025-11-11 22:10:04 -06:00
    • ollama-windows-amd64.zip
      1.8 GiB
      2025-11-11 22:08:17 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 22:08:21 -06:00
    • sha256sum.txt
      920 B
      2025-11-11 22:10:05 -06:00
  • v0.5.7 a420a453b4
    Compare

    Stable

    GiteaMirror released this 2025-01-16 03:14:04 -06:00 | 1065 commits to main since this release

    📅 Originally published on GitHub: Thu, 16 Jan 2025 18:17:33 GMT
    🏷️ Git tag created: Thu, 16 Jan 2025 09:14:04 GMT

    What's Changed

    • Fixed issue where using two FROM commands in Modelfile
    • Support importing Command R and Command R+ architectures from safetensors

    New Contributors

    • @Gloryjaw made their first contribution in https://github.com/ollama/ollama/pull/8438

    Full Changelog: https://github.com/ollama/ollama/compare/v0.5.6...v0.5.7

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • ollama-darwin
      51 MiB
      2025-11-11 21:37:49 -06:00
    • Ollama-darwin.zip
      180 MiB
      2025-11-11 21:38:12 -06:00
    • ollama-linux-amd64-rocm.tgz
      1.1 GiB
      2025-11-11 21:40:37 -06:00
    • ollama-linux-amd64.tgz
      1.6 GiB
      2025-11-11 21:43:16 -06:00
    • ollama-linux-arm64-jetpack5.tgz
      455 MiB
      2025-11-11 21:44:02 -06:00
    • ollama-linux-arm64-jetpack6.tgz
      418 MiB
      2025-11-11 21:44:44 -06:00
    • ollama-linux-arm64.tgz
      1.4 GiB
      2025-11-11 21:47:06 -06:00
    • OllamaSetup.exe
      745 MiB
      2025-11-11 21:51:56 -06:00
    • ollama-windows-amd64.zip
      1.8 GiB
      2025-11-11 21:50:41 -06:00
    • ollama-windows-arm64.zip
      20 MiB
      2025-11-11 21:50:44 -06:00
    • sha256sum.txt
      916 B
      2025-11-11 21:51:57 -06:00
First Previous ... 3 4 5 6 7 ... Next Last
Powered by Gitea Version: 1.24.6 Page: 76ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API