summaryrefslogtreecommitdiff
path: root/candle-flash-attn/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-03-08 22:01:51 +0100
committerGitHub <noreply@github.com>2024-03-08 22:01:51 +0100
commite7fc1daa21c0ae8fe92d1619f84817821fa5429d (patch)
tree369e93698ac43994cb7ef1a0a9ed90f419364a2a /candle-flash-attn/Cargo.toml
parentbe5b68cd0ba49424b0b100c0ea48ad35b2bd67b9 (diff)
downloadcandle-e7fc1daa21c0ae8fe92d1619f84817821fa5429d.tar.gz
candle-e7fc1daa21c0ae8fe92d1619f84817821fa5429d.tar.bz2
candle-e7fc1daa21c0ae8fe92d1619f84817821fa5429d.zip
Bump the crate versions to 0.4.2. (#1821)
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 29d72cd7..3b570776 100644
--- a/candle-flash-attn/Cargo.toml
+++ b/candle-flash-attn/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "candle-flash-attn"
-version = "0.4.1"
+version = "0.4.2"
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.4.1" }
+candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.4.2" }
half = { version = "2.3.1", features = ["num-traits"] }
[build-dependencies]