Skip to content

chore(deps): bump github.com/ollama/ollama from 0.8.0 to 0.9.0#736

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/ollama/ollama-0.9.0
Closed

chore(deps): bump github.com/ollama/ollama from 0.8.0 to 0.9.0#736
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/ollama/ollama-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/ollama/ollama from 0.8.0 to 0.9.0.

Release notes

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

v0.9.0

ollama thinking

New models

  • DeepSeek-R1-0528: A new version of DeepSeek-R1 with significantly improved depth of reasoning and inference capabilities.
ollama pull deepseek-r1

Thinking mode

Ollama now supports thinking mode.

To enable thinking mode in Ollama, first download models that support thinking:

ollama pull deepseek-r1
ollama pull qwen3

Thinking

When running a model that supports thinking, Ollama will now display the model's thoughts:

% ollama run deepseek-r1
>>> How many Rs are in strawberry
Thinking...
First, I need to understand what the question is asking. It's asking how many letters 'R' are present in the word "strawberry."

Next, I'll examine each letter in the word individually.

I'll start from the beginning and count every occurrence of the letter 'R.'

After reviewing all the letters, I determine that there are three instances where the letter 'R' appears in the word "strawberry."
...done thinking.

There are three Rs in the word "strawberry".

In Ollama's API, a model's thinking is now returned as a separate thinking field for easy parsing:

{
  "message": {
    "role": "assistant",
    "thinking": "First, I need to understand what the question is asking. It's asking how many letters 'R' are present in the word "strawberry...",
    "content": "There are **3** instances of the letter **R** in the word **"strawberry."**"
  }
</tr></table> 

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 30, 2025
@dependabot @github

dependabot Bot commented on behalf of github May 31, 2025

Copy link
Copy Markdown
Contributor Author

Looks like github.com/ollama/ollama is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 31, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/ollama/ollama-0.9.0 branch May 31, 2025 16:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants