summaryrefslogtreecommitdiff
path: root/candle-flash-attn/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-06-05 15:49:15 +0200
committerGitHub <noreply@github.com>2024-06-05 15:49:15 +0200
commitf65e90e7efd611c582c4e7dd7f7b387b74c61111 (patch)
treeab524712bd2b40b08de51063b001180e53840bc7 /candle-flash-attn/Cargo.toml
parentd39462856bc4921d2f49199b87aa6e8c8a7de4f2 (diff)
downloadcandle-f65e90e7efd611c582c4e7dd7f7b387b74c61111.tar.gz
candle-f65e90e7efd611c582c4e7dd7f7b387b74c61111.tar.bz2
candle-f65e90e7efd611c582c4e7dd7f7b387b74c61111.zip
Bump the crate version. (#2248)
Diffstat (limited to 'candle-flash-attn/Cargo.toml')
-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 7574b76b..a4c412ff 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.1"
+version = "0.6.0"
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.1" }
+candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.6.0" }
half = { version = "2.3.1", features = ["num-traits"] }
[build-dependencies]