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

build(deps): bump github.com/ollama/ollama from 0.3.1 to 0.3.5 #501

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps github.com/ollama/ollama from 0.3.1 to 0.3.5.

Release notes

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

v0.3.5

What's Changed

  • Fixed Incorrect function error when downloading models on Windows
  • Fixed issue where temporary files would not be cleaned up
  • Fix rare error when Ollama would start up due to invalid model data

New Contributors

Full Changelog: ollama/ollama@v0.3.4...v0.3.5

v0.3.4

New embedding models

  • BGE-M3: a large embedding model from BAAI distinguished for its versatility in Multi-Functionality, Multi-Linguality, and Multi-Granularity.
  • BGE-Large: a large embedding model trained in english.
  • Paraphrase-Multilingual: A multilingual embedding model trained on parallel data for 50+ languages.

New embedding API with batch support

Ollama now supports a new API endpoint /api/embed for embedding generation:

curl http://localhost:11434/api/embed -d '{
  "model": "all-minilm",
  "input": ["Why is the sky blue?", "Why is the grass green?"]
}'

This API endpoint supports new features:

  • Batches: generate embeddings for several documents in one request
  • Normalized embeddings: embeddings are now normalized, improving similarity results
  • Truncation: a new truncate parameter that will error if set to false
  • Metrics: responses include load_duration, total_duration and prompt_eval_count metrics

See the API documentation for more details and examples.

What's Changed

  • Fixed initial slow download speeds on Windows
  • NUMA support will now be autodetected by Ollama to improve performance
  • Fixed issue where the /api/embed would sometimes return embedding results out of order

New Contributors

... (truncated)

Commits
  • 15c2d8f server: parallelize embeddings in API web handler instead of in subprocess ru...
  • 25906d7 llm: prevent loading too large models on windows (#5926)
  • 023451c add integration obook-summary (#6305)
  • 9b53e39 Merge pull request #6258 from coolljt0725/fix_typo
  • 97fae2d Merge pull request #6235 from Nicholas42/fix_line_endings
  • 160d9d4 Merge pull request #6171 from ollama/mxyng/remove-temp
  • d4e6407 Restrict text files with explicit line feeds to *.go.
  • b7f7d8c Merge pull request #6291 from dhiltgen/no_sparse_fail
  • 2fa1db4 Don't hard fail on sparse setup error
  • 71b0945 Merge pull request #6290 from dhiltgen/intel_npe
  • 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.3.1 to 0.3.5.
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.3.1...v0.3.5)

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

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 Aug 12, 2024
@dependabot dependabot bot requested a review from a team August 12, 2024 20:20
@jdutchak jdutchak enabled auto-merge (squash) August 13, 2024 15:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2024

Superseded by #510.

@dependabot dependabot bot closed this Aug 16, 2024
auto-merge was automatically disabled August 16, 2024 19:01

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ollama/ollama-0.3.5 branch August 16, 2024 19:01
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