diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-11-12 14:11:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 14:11:46 +0100 |
commit | 9453cc30958dd0e9209aaeba30b15bb97aff0ea9 (patch) | |
tree | fe8274e42ecf22db8cc129545176adf8f81d412a /candle-flash-attn | |
parent | 37692065837b2d635d2eb9e7ce3e4e1d439f7028 (diff) | |
download | candle-9453cc30958dd0e9209aaeba30b15bb97aff0ea9.tar.gz candle-9453cc30958dd0e9209aaeba30b15bb97aff0ea9.tar.bz2 candle-9453cc30958dd0e9209aaeba30b15bb97aff0ea9.zip |
Bump the crate version to 0.8.0. (#2612)
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 dbae908b..861aa86a 100644 --- a/candle-flash-attn/Cargo.toml +++ b/candle-flash-attn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle-flash-attn" -version = "0.7.2" +version = "0.8.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.7.2" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.8.0" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |