diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-12-07 17:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 17:03:53 +0100 |
commit | 67cab7d6b8279f953b0a8cc5012b135b9743cdc8 (patch) | |
tree | 936153d46ce10e83d747e4d62d8a8d4a446e4518 /candle-flash-attn/Cargo.toml | |
parent | 1807be84f4d9e388b19710a9282eb6501ce55f80 (diff) | |
download | candle-67cab7d6b8279f953b0a8cc5012b135b9743cdc8.tar.gz candle-67cab7d6b8279f953b0a8cc5012b135b9743cdc8.tar.bz2 candle-67cab7d6b8279f953b0a8cc5012b135b9743cdc8.zip |
Bump the crate version to 0.8.1. (#2662)
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 861aa86a..816ee7da 100644 --- a/candle-flash-attn/Cargo.toml +++ b/candle-flash-attn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle-flash-attn" -version = "0.8.0" +version = "0.8.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.8.0" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.8.1" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |