chore(deps): bump candle-transformers from 0.10.2 to 0.11.0 - #10242
Conversation
There was a problem hiding this comment.
💡 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".
| 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 } |
There was a problem hiding this comment.
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 👍 / 👎.
0715245 to
967d5ef
Compare
…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) ...
Bumps candle-transformers from 0.10.2 to 0.11.0.
Commits
31f35b1Bump candle version to 0.11.0 (#3658)9bcfd98Add paged flash-attn kernels (#3655)c63cb20[CPU] Quantized perf improvements (#3643)5152ef6Support embedding forward pass for ggml quants (#3644)f53ed3bParameter cache for CUDA kernel launch (#3598)a9667caSupport cuda 13.3 (#3642)29a15c2Remove flash attn specific rayon threadpool. Use device.with_context around e...0190c65refactor: 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 toBlockQ8K::from_float(#3629)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)