diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2025-01-07 15:50:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 15:50:16 +0100 |
commit | 236c35e5789723efe772f41920f3ac071bdff24d (patch) | |
tree | d54ec79c2e1e53690134a631745d04605af372ab /candle-flash-attn/Cargo.toml | |
parent | 6f8351dfda5c1e6cd7bd2d6f94580d92af19db43 (diff) | |
download | candle-236c35e5789723efe772f41920f3ac071bdff24d.tar.gz candle-236c35e5789723efe772f41920f3ac071bdff24d.tar.bz2 candle-236c35e5789723efe772f41920f3ac071bdff24d.zip |
Bump the caret version to 0.8.2. (#2703)
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 816ee7da..f031e23d 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.1" +version = "0.8.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.8.1" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.8.2" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |