LLocalSearch
LLocalSearch copied to clipboard
build(deps): bump github.com/ollama/ollama from 0.1.30 to 0.1.34 in /backend
Bumps github.com/ollama/ollama from 0.1.30 to 0.1.34.
Release notes
Sourced from github.com/ollama/ollama's releases.
v0.1.34
New models
- Llava Llama 3: A new high-performing LLaVA model fine-tuned from Llama 3 Instruct.
- Llava Phi 3: A new small LLaVA model fine-tuned from Phi 3.
- StarCoder2 15B Instruct: A new instruct fine-tune of the StarCoder2 model
- CodeGemma 1.1: A new release of the CodeGemma model.
- StableLM2 12B: A new 12B version of the StableLM 2 model from Stability AI
- Moondream 2: Moondream 2's runtime parameters have been improved for better responses
What's Changed
- Fixed issues with LLaVa models where they would respond incorrectly after the first request
- Fixed out of memory errors when running large models such as Llama 3 70B
- Fixed various issues with Nvidia GPU discovery on Linux and Windows
- Fixed a series of Modelfile errors when running
ollama create
- Fixed
no slots available
error that occurred when cancelling a request and then sending follow up requests- Improved AMD GPU detection on Fedora
- Improved reliability when using the experimental
OLLAMA_NUM_PARALLEL
andOLLAMA_MAX_LOADED
flagsollama serve
will now shut down quickly, even if a model is loadingNew Contributors
@drnic
made their first contribution in ollama/ollama#4116@bernardo-bruning
made their first contribution in ollama/ollama#4111@Drlordbasil
made their first contribution in ollama/ollama#4174@Saif-Shines
made their first contribution in ollama/ollama#4119@HydenLiu
made their first contribution in ollama/ollama#4194@jl-codes
made their first contribution in ollama/ollama#3621@Nurgo
made their first contribution in ollama/ollama#3473@adrienbrault
made their first contribution in ollama/ollama#3129@Darinochka
made their first contribution in ollama/ollama#3945Full Changelog: https://github.com/ollama/ollama/compare/v0.1.33...v0.1.34
v0.1.33
New models:
- Llama 3: a new model by Meta, and the most capable openly available LLM to date
- Phi 3 Mini: a new 3.8B parameters, lightweight, state-of-the-art open model by Microsoft.
- Moondream moondream is a small vision language model designed to run efficiently on edge devices.
- Llama 3 Gradient 1048K: A Llama 3 fine-tune by Gradient to support up to a 1M token context window.
- Dolphin Llama 3: The uncensored Dolphin model, trained by Eric Hartford and based on Llama 3 with a variety of instruction, conversational, and coding skills.
- Qwen 110B: The first Qwen model over 100B parameters in size with outstanding performance in evaluations
What's Changed
- Fixed issues where the model would not terminate, causing the API to hang.
- Fixed a series of out of memory errors on Apple Silicon Macs
- Fixed out of memory errors when running Mixtral architecture models
... (truncated)
Commits
adeb40e
Merge pull request #4231 from ollama/mxyng/parserd7d33e5
Merge pull request #951 from ollama/mxyng/example-fly63bc884
types/model: fix parser for empty valuesef4e095
Merge pull request #4232 from ollama/revert-4190-fix/golang-ci4d4f75a
Revert "fix golangci workflow missing gofmt and goimports (#4190)"3f71ba4
Correct the kubernetes terminology (#3843)88a6712
Update README.md to include ollama-r library (#4012)f7dc7dc
Update .gitattributes04f971c
fix golangci workflow missing gofmt and goimports (#4190)70edb9b
Merge pull request #4215 from ollama/mxyng/mem- Additional commits viewable in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.