Skip to content

chore(deps): update candle-core requirement from 0.9 to 0.11 - #9

Merged
aksheyd merged 1 commit into
mainfrom
dependabot/cargo/candle-core-0.11
Sep 2, 2026
Merged

chore(deps): update candle-core requirement from 0.9 to 0.11#9
aksheyd merged 1 commit into
mainfrom
dependabot/cargo/candle-core-0.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on candle-core to permit the latest version.

Changelog

Sourced from candle-core's changelog.

Changelog

This documents the main changes to the candle crate.

v0.3.1 - Unreleased

Added

Modified

v0.3.0 - 2023-10-01

Added

  • Added the Mistral 7b v0.1 model 983.
  • Quantized version of the Mistral model 1009.
  • Add the gelu-erf op and activation function 969.
  • Add the mixformer/phi-v1.5 model 930.
  • Add the sclice-scatter op 927.
  • Add the Wuerstchen diffusion model 911.

Modified

  • Support for simd128 intrinsics in some quantized vecdots 982.
  • Optimize the index-select cuda kernel 976.
  • Self-contained safetensor wrappers 946.

v0.2.2 - 2023-09-18

Added

  • Support for top_p sampling 819.
  • T5 model including decoding 864.
  • 1-d upsampling 839.

Modified

  • Bugfix for conv2d 820.
  • Support tensor based indexing using .i 842.

... (truncated)

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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/candle-core-0.11 branch from 077e34a to 2c83b30 Compare September 2, 2026 13:23
@aksheyd
aksheyd force-pushed the dependabot/cargo/candle-core-0.11 branch from 2c83b30 to 0794c3d Compare September 2, 2026 13:45
@aksheyd

aksheyd commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Dependabot only proposed candle-core 0.9 → 0.11 and left candle-nn / candle-transformers at 0.9. WikiText (--features workload) needs all three on the same minor.

The original Dependabot commit was also empty. Rebased onto current main and bumped candle-core, candle-nn, and candle-transformers (plus the candle-core dev-dep) to 0.11 together. Local cargo test and cargo clippy --example wikitext --features workload -- -D warnings are green; no WikiText download.

Keep candle-core, candle-nn, and candle-transformers on the same
minor so the WikiText workload feature stays coherent.
@aksheyd
aksheyd force-pushed the dependabot/cargo/candle-core-0.11 branch from 0794c3d to 7df5f9f Compare September 2, 2026 13:47
@aksheyd
aksheyd merged commit ed73d9a into main Sep 2, 2026
9 checks passed
@aksheyd
aksheyd deleted the dependabot/cargo/candle-core-0.11 branch September 2, 2026 13:49
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