Skip to content

chore(deps): bump candle-transformers from 0.10.2 to 0.11.0 - #10242

Merged
DOsinga merged 1 commit into
mainfrom
dependabot/cargo/candle-transformers-0.11.0
Jul 6, 2026
Merged

chore(deps): bump candle-transformers from 0.10.2 to 0.11.0#10242
DOsinga merged 1 commit into
mainfrom
dependabot/cargo/candle-transformers-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps candle-transformers from 0.10.2 to 0.11.0.

Commits
  • 31f35b1 Bump candle version to 0.11.0 (#3658)
  • 9bcfd98 Add paged flash-attn kernels (#3655)
  • c63cb20 [CPU] Quantized perf improvements (#3643)
  • 5152ef6 Support embedding forward pass for ggml quants (#3644)
  • f53ed3b Parameter cache for CUDA kernel launch (#3598)
  • a9667ca Support cuda 13.3 (#3642)
  • 29a15c2 Remove flash attn specific rayon threadpool. Use device.with_context around e...
  • 0190c65 refactor: converge CPU flash attn kernels on shared primitives (#3513)
  • c4b0faf [CPU] Persistent barrier based threadpool and improved qgemm (#3627)
  • 7625889 [CPU] Add neon optimized path to BlockQ8K::from_float (#3629)
  • 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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 3, 2026
@github-actions
github-actions Bot enabled auto-merge July 3, 2026 17:51

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7c53fb4af6

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread crates/goose/Cargo.toml
candle-core = { workspace = true, optional = true }
candle-nn = { workspace = true, optional = true }
candle-transformers = { version = "0.10", default-features = false, optional = true }
candle-transformers = { version = "0.11", default-features = false, optional = true }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Candle crates on the same version

When local-inference is enabled, this bump leaves goose depending directly on candle-core 0.10.2/candle-nn 0.10.2 while candle-transformers 0.11.0 pulls in candle-core 0.11.0/candle-nn 0.11.0 (see Cargo.lock). crates/goose/src/dictation/whisper.rs imports Device and Tensor from the direct candle-core dependency and passes them into candle_transformers APIs such as VarBuilder::from_gguf, encoder/decoder forward, and Whisper::load, so Rust treats those as different crate types and builds with --features local-inference (and dependent cuda/vulkan/mlx features) will fail. Please bump the workspace Candle crates together or keep candle-transformers on 0.10.

Useful? React with 👍 / 👎.

@DOsinga
DOsinga force-pushed the dependabot/cargo/candle-transformers-0.11.0 branch from 0715245 to 967d5ef Compare July 6, 2026 02:38
@DOsinga
DOsinga disabled auto-merge July 6, 2026 02:55
@DOsinga
DOsinga added this pull request to the merge queue Jul 6, 2026
Merged via the queue into main with commit 861b7fb Jul 6, 2026
24 of 25 checks passed
@DOsinga
DOsinga deleted the dependabot/cargo/candle-transformers-0.11.0 branch July 6, 2026 03:24
ellenblaine added a commit to ellenblaine/goose that referenced this pull request Jul 7, 2026
…mestamp-timezone

* origin/main: (34 commits)
  feat: askai bot hints for followups (aaif-goose#10291)
  feat(desktop): per-message usage stats UI (tokens, cost, TTFT, tok/s) (aaif-goose#10210)
  fix(server): return effective context limit from /model-info (aaif-goose#10165)
  fix(deps): gate rcgen aws_lc_rs feature behind rustls-tls (aaif-goose#10116)
  Disable thinking preservation for Groq (aaif-goose#10284)
  Bound code-mode execution with timeout and cancellation (aaif-goose#10214)
  chore(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (aaif-goose#10232)
  chore(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 (aaif-goose#10233)
  chore(deps): bump docker/metadata-action from 6.1.0 to 6.2.0 (aaif-goose#10235)
  chore(deps): bump mockall from 0.14.0 to 0.15.0 (aaif-goose#10240)
  chore(deps): bump uniffi from 0.31.1 to 0.32.0 (aaif-goose#10247)
  chore(deps): bump sigstore-verify from 0.9.0 to 0.10.0 (aaif-goose#10250)
  chore(deps): bump cmov from 0.5.3 to 0.5.4 (aaif-goose#10282)
  chore(deps): bump candle-transformers from 0.10.2 to 0.11.0 (aaif-goose#10242)
  chore(deps): bump candle-core from 0.10.2 to 0.11.0 (aaif-goose#10241)
  fix: recover malformed tool calls from GLM/Minimax models instead of rejecting them (aaif-goose#10230)
  chore(deps): bump jsonschema from 0.30.0 to 0.46.9 (aaif-goose#10244)
  move google provider into goose-providers (aaif-goose#10216)
  chore(deps): bump umya-spreadsheet from 2.3.3 to 3.0.0 (aaif-goose#10248)
  add provider bindings MVP to goose-sdk, and add python wheel publishing (aaif-goose#10208)
  ...
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant