diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-09-29 10:56:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-29 10:56:50 +0200 |
commit | 3a3c48b14b861da0d275cae44edb1b0191f83bf4 (patch) | |
tree | d278329af821ff142e7f9d799fd8d920c987e564 /candle-flash-attn | |
parent | 261ed65f36c3f66ab33335850797ff473cbe4dd0 (diff) | |
download | candle-3a3c48b14b861da0d275cae44edb1b0191f83bf4.tar.gz candle-3a3c48b14b861da0d275cae44edb1b0191f83bf4.tar.bz2 candle-3a3c48b14b861da0d275cae44edb1b0191f83bf4.zip |
Bump the crate version to 0.7.2. (#2517)
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 8f35bda7..dbae908b 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.1" +version = "0.7.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.7.1" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.7.2" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |