summaryrefslogtreecommitdiff
path: root/candle-flash-attn
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-05-03 11:17:05 +0200
committerGitHub <noreply@github.com>2024-05-03 11:17:05 +0200
commit89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f (patch)
tree5952c781ed2c09ed81073ef637ed98a2ae5209d7 /candle-flash-attn
parenta09d451d11a91ea7a7feaa40460abb282581a0f1 (diff)
downloadcandle-89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f.tar.gz
candle-89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f.tar.bz2
candle-89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f.zip
Bump the version number to 0.5.1. (#2155)
* Bump the version number to 0.5.1. * Fix clippy lints for 1.78. * More clippy fixes.
Diffstat (limited to 'candle-flash-attn')
-rw-r--r--candle-flash-attn/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-flash-attn/Cargo.toml b/candle-flash-attn/Cargo.toml
index 827cf970..7574b76b 100644
--- a/candle-flash-attn/Cargo.toml
+++ b/candle-flash-attn/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "candle-flash-attn"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
description = "Flash attention layer for the candle ML framework."
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]
-candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.5.0" }
+candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.5.1" }
half = { version = "2.3.1", features = ["num-traits"] }
[build-dependencies]