diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-03-08 22:01:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 22:01:51 +0100 |
commit | e7fc1daa21c0ae8fe92d1619f84817821fa5429d (patch) | |
tree | 369e93698ac43994cb7ef1a0a9ed90f419364a2a /candle-flash-attn/Cargo.toml | |
parent | be5b68cd0ba49424b0b100c0ea48ad35b2bd67b9 (diff) | |
download | candle-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.toml | 4 |
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] |