diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-02-04 19:08:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 19:08:01 +0100 |
commit | a83ca2ece05269ad3afd7744e7a5145de891705e (patch) | |
tree | 01371267686fc44d9f24a978aab8441bdccc888a /candle-flash-attn/Cargo.toml | |
parent | 153c940a9cd60fe27c34ed17233c85b4f200807c (diff) | |
download | candle-a83ca2ece05269ad3afd7744e7a5145de891705e.tar.gz candle-a83ca2ece05269ad3afd7744e7a5145de891705e.tar.bz2 candle-a83ca2ece05269ad3afd7744e7a5145de891705e.zip |
Bump the crate version to 0.4.0. (#1658)
Diffstat (limited to 'candle-flash-attn/Cargo.toml')
-rw-r--r-- | candle-flash-attn/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-flash-attn/Cargo.toml b/candle-flash-attn/Cargo.toml index d8da3e90..bee6bbf2 100644 --- a/candle-flash-attn/Cargo.toml +++ b/candle-flash-attn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle-flash-attn" -version = "0.3.3" +version = "0.4.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.3.3" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.4.0" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |