From b3481b184af79728406655dc3196e89214cf8de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 14:27:18 +0000 Subject: [PATCH] Update candle-transformers requirement from 0.8.4 to 0.9.1 Updates the requirements on [candle-transformers](https://github.com/huggingface/candle) to permit the latest version. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/compare/0.8.4...0.9.1) --- updated-dependencies: - dependency-name: candle-transformers dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15a1362..d522735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ candle-nn = "0.8.4" # candle-nn = { git = "https://github.com/huggingface/candle.git" } # candle-onnx = "0.8" # candle-transformers = { git = "https://github.com/huggingface/candle.git" } -candle-transformers = { version = "0.8.4" } +candle-transformers = { version = "0.9.1" } # candle-transformers = { version = "0.8", features = ["flash-attn"] } # crossbeam-channel = "0.5" frand = "0.10.1"