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

chore: Bump github.com/ollama/ollama from 0.2.0 to 0.2.5 #423

Merged
merged 4 commits into from
Jul 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps github.com/ollama/ollama from 0.2.0 to 0.2.5.

Release notes

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

v0.2.5

What's changed

  • Fixed issue where a model's SYSTEM message not be applied

Full Changelog: ollama/ollama@v0.2.4...v0.2.5

v0.2.4

What's Changed

  • Fixed issue where context, load_duration and total_duration fields would not be set in the /api/generate endpoint.
  • Ollama will no longer error if loading models larger than system memory if disk space is available

New Contributors

Full Changelog: ollama/ollama@v0.2.3...v0.2.4

v0.2.3

What's Changed

  • Fix issue where system prompt would not be applied

Full Changelog: ollama/ollama@v0.2.2...v0.2.3

v0.2.2

What's Changed

  • Fixed errors that occurred when using Ollama with Nvidia V100 GPUs
  • glm4 models will no longer fail to load from out of memory errors
  • Fixed error that would occur when running deepseek-v2 and deepseek-coder-v2 models
  • Fixed a series of out of memory issues when using Nvidia GPUs
  • Fixed a series of errors that would occur when using multiple Radeon GPUs
  • Fixed rare missing DLL issue on Windows
  • Fixed rare crash if ROCm was manually installed on Windows

Full Changelog: ollama/ollama@v0.2.1...v0.2.2

v0.2.1

What's Changed

  • Fixed issue where setting OLLAMA_NUM_PARALLEL would cause models to be reloaded after each request

Full Changelog: ollama/ollama@v0.2.0...v0.2.1

Commits
  • f7ee012 server: prepend system message in chat handler
  • 1ed0aa8 server: fix context, load_duration and total_duration fields (#5676)
  • ef98803 llm: looser checks for minimum memory (#5677)
  • 02fea42 Add Kerlig AI, an app for macOS (#5675)
  • 22c5451 fix system prompt (#5662)
  • 23ebbaa Revert "remove template from tests"
  • 9ac0a7a remove template from tests
  • e5c65a8 Merge pull request #5653 from ollama/mxyng/collect-system
  • 3362733 app: also clean up tempdir runners on install (#5646)
  • 36c87c4 template: preprocess message and collect system
  • Additional commits viewable in compare view

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.2.0 to 0.2.5.
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.2.0...v0.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 15, 2024
@dependabot dependabot bot requested a review from a team July 15, 2024 20:54
@jdutchak jdutchak changed the title Bump github.com/ollama/ollama from 0.2.0 to 0.2.5 chore: Bump github.com/ollama/ollama from 0.2.0 to 0.2.5 Jul 17, 2024
@jdutchak jdutchak merged commit 956070d into test Jul 17, 2024
7 checks passed
@jdutchak jdutchak deleted the dependabot/go_modules/github.com/ollama/ollama-0.2.5 branch July 17, 2024 13:35
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.

1 participant