Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Bump github.com/ollama/ollama from 0.3.0 to 0.5.11 #276

Open
wants to merge 1 commit into
base: pre-main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps github.com/ollama/ollama from 0.3.0 to 0.5.11.

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.5.11

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: ollama/ollama@v0.5.10...v0.5.11

v0.5.10

What's Changed

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

Full Changelog: ollama/ollama@v0.5.9...v0.5.10

v0.5.9

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: ollama/ollama@v0.5.8...v0.5.9

v0.5.8

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/ollama/ollama](https://github.com/ollama/ollama) from 0.3.0 to 0.5.11.
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.3.0...v0.5.11)

---
updated-dependencies:
- dependency-name: github.com/ollama/ollama
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 17, 2025
Copy link

DryRun Security Summary

The pull request updates multiple Go module dependencies, including the toolchain and various packages (particularly crypto-related ones), necessitating thorough testing to ensure security and functionality.

Expand for full summary

This pull request updates Go module dependencies, including toolchain version and multiple package updates from versions 0.3.0 to 0.5.11, focusing on crypto, sync, sys, term, and text packages.

Security Findings:

  1. Dependency Version Increases: Multiple dependencies updated, potentially including security patches
  2. Potential Risks: Version updates might introduce new dependencies or change existing dependency behaviors
  3. Cryptographic Package Update: golang.org/x/crypto version bump from v0.28.0 to v0.31.0 could involve security-related changes
  4. Recommended thorough testing after dependency updates to validate no security vulnerabilities are introduced

Code Analysis

We ran 9 analyzers against 2 files and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 2 findings

View PR in the DryRun Dashboard.

Copy link

guardrails bot commented Feb 17, 2025

⚠️ We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity Details
Critical pkg:golang/github.com/ollama/[email protected] upgrade to: > v0.5.11

More info on how to fix Vulnerable Libraries in Go.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants