diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-04-04 17:48:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 17:48:45 +0200 |
commit | f76bb7794aa8659c5023797979a3392cdfc01f32 (patch) | |
tree | 974a6a74464ada3ea74c9fc482d01779019c601b /candle-flash-attn | |
parent | 30b145150f47cc21b51e04adf03ce41995ff729f (diff) | |
download | candle-f76bb7794aa8659c5023797979a3392cdfc01f32.tar.gz candle-f76bb7794aa8659c5023797979a3392cdfc01f32.tar.bz2 candle-f76bb7794aa8659c5023797979a3392cdfc01f32.zip |
Bumping the version number to 0.5.0. (#2009)
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 3b570776..827cf970 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.2" +version = "0.5.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.4.2" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.5.0" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |