Closed renovate[bot] closed 2 months ago
The change involves updating the version of the ollama
package in the configuration file config/aqua/aqua.yaml
from 0.3.6
to 0.3.9
. This update may introduce new functionalities or bug fixes relevant to the package, affecting components that depend on it.
Files | Change Summary |
---|---|
config/aqua/aqua.yaml | Updated ollama package version from 0.3.6 to 0.3.9 |
sequenceDiagram
participant User
participant Application
participant Ollama
User->>Application: Request functionality
Application->>Ollama: Call functions (v0.3.6)
Ollama-->>Application: Respond with data
Application-->>User: Return response
Note over Application, Ollama: Version updated to v0.3.9
User->>Application: Request functionality
Application->>Ollama: Call functions (v0.3.9)
Ollama-->>Application: Respond with updated data
Application-->>User: Return response
🐇 In the meadow where bunnies play,
A new version hops in today!
From0.3.6
to0.3.9
,
A leap of joy, oh how divine!
With every change, we dance and cheer,
For better code brings us near! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
v0.3.6
->v0.3.9
Release Notes
ollama/ollama (ollama/ollama)
### [`v0.3.9`](https://togithub.com/ollama/ollama/releases/tag/v0.3.9) [Compare Source](https://togithub.com/ollama/ollama/compare/v0.3.8...v0.3.9) #### What's Changed - Fixed error that would occur when running Ollama on Linux ARM - Ollama will now show improved error when attempting to run unsupported models - Fixed issue where Ollama would not autodetect the chat template for Llama 3.1 models - `OLLAMA_HOST` will now with with urls that contain paths #### New Contributors - [@bryanhonof](https://togithub.com/bryanhonof) made their first contribution in [https://github.com/ollama/ollama/pull/6074](https://togithub.com/ollama/ollama/pull/6074) **Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.8...v0.3.9 ### [`v0.3.8`](https://togithub.com/ollama/ollama/releases/tag/v0.3.8) [Compare Source](https://togithub.com/ollama/ollama/compare/v0.3.7-rc1...v0.3.8) #### What's Changed - Fixed error where the `ollama` CLI couldn't be found on the path when upgrading Ollama on Windows #### New Contributors - [@seankhatiri](https://togithub.com/seankhatiri) made their first contribution in [https://github.com/ollama/ollama/pull/6530](https://togithub.com/ollama/ollama/pull/6530) **Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.7...v0.3.8 ### [`v0.3.7`](https://togithub.com/ollama/ollama/releases/tag/v0.3.7) [Compare Source](https://togithub.com/ollama/ollama/compare/v0.3.6...v0.3.7-rc1) #### New Models - [Hermes 3](https://ollama.com/library/hermes3): Hermes 3 is the latest version of the flagship Hermes series of LLMs by Nous Research, which includes support for tool calling. - [Phi 3.5](https://ollama.com/library/phi3.5): A lightweight AI model with 3.8 billion parameters with performance overtaking similarly and larger sized models. - [SmolLM](https://ollama.com/library/smollm): A family of small models with 135M, 360M, and 1.7B parameters, trained on a new high-quality dataset. #### What's Changed - CUDA 12 support: improving performance by up to 10% on newer NVIDIA GPUs - Improved performance of `ollama pull` and `ollama push` on slower connections - Fixed issue where setting `OLLAMA_NUM_PARALLEL` would cause models to be reloaded on lower VRAM systems - Ollama on Linux is now distributed as a `tar.gz` file, which contains the `ollama` binary along with required libraries. #### New Contributors - [@pamelafox](https://togithub.com/pamelafox) made their first contribution in [https://github.com/ollama/ollama/pull/6345](https://togithub.com/ollama/ollama/pull/6345) - [@eust-w](https://togithub.com/eust-w) made their first contribution in [https://github.com/ollama/ollama/pull/5964](https://togithub.com/ollama/ollama/pull/5964) **Full Changelog**: https://github.com/ollama/ollama/compare/v0.3.6...v0.3.7Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.