diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-08-22 08:23:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 09:23:52 +0200 |
commit | 6070278a31bdcd87b68d866182b2078711f7f5aa (patch) | |
tree | de7b149f3eb676da0a66e04a5da0f86f03e3cbb2 /candle-flash-attn | |
parent | b47c0bc475cc955805d9379b4444aebf3e9a516d (diff) | |
download | candle-6070278a31bdcd87b68d866182b2078711f7f5aa.tar.gz candle-6070278a31bdcd87b68d866182b2078711f7f5aa.tar.bz2 candle-6070278a31bdcd87b68d866182b2078711f7f5aa.zip |
Bump the version to 0.6.1. (#2438)
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 a4c412ff..3be0e4d6 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.0" +version = "0.6.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.6.0" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.6.1" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |