diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-09-21 15:13:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 15:13:12 +0200 |
commit | c2fca0ca111813041d235fcd8a6bdc4393ec5d8e (patch) | |
tree | c4abe5472f5cbd0c5156d8fa6b54e9d3cda1458d /candle-flash-attn | |
parent | 844d45cde4c5068fc45aaebd5858c8370a93ca20 (diff) | |
download | candle-c2fca0ca111813041d235fcd8a6bdc4393ec5d8e.tar.gz candle-c2fca0ca111813041d235fcd8a6bdc4393ec5d8e.tar.bz2 candle-c2fca0ca111813041d235fcd8a6bdc4393ec5d8e.zip |
Bump the crate version. (#2491)
Diffstat (limited to 'candle-flash-attn')
-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 3be0e4d6..7f70c47b 100644 --- a/candle-flash-attn/Cargo.toml +++ b/candle-flash-attn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle-flash-attn" -version = "0.6.1" +version = "0.7.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.6.1" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.7.0" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |