Skip to content

Commit

Permalink
Add release notes from previous versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Feb 18, 2025
1 parent 2f50d64 commit 86a21e2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ollama/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ defaultUsername: ""
defaultPassword: ""
dependencies: []
releaseNotes: >-
Fixed issues with model execution on Windows and improved CPU acceleration for Intel Macs.
Full release notes: https://github.com/ollama/ollama/compare/v0.5.10...v0.5.11
Highlights:
- Ollama will now use AVX-512 instructions where available for additional CPU acceleration
- Fixed indexing error that would occur when downloading a model with ollama run or ollama pull
- Fixes cases where download progress would reverse
- 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.
- Fixed The system cannot find the path specified errors when running models in some cases on Windows
Full release notes are available at https://github.com/ollama/ollama/releases
path: ""

0 comments on commit 86a21e2

Please sign in to comment.