diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-09-22 20:44:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 20:44:39 +0200 |
commit | 8097559c1a293d26cf9cd65d92d9cb4696197c2e (patch) | |
tree | 18a0b18e0d1f515b8d83a1847de55a43bef2212b /candle-flash-attn | |
parent | 829dcfa8dc7dd2b904512e4dc11123e63afa952f (diff) | |
download | candle-8097559c1a293d26cf9cd65d92d9cb4696197c2e.tar.gz candle-8097559c1a293d26cf9cd65d92d9cb4696197c2e.tar.bz2 candle-8097559c1a293d26cf9cd65d92d9cb4696197c2e.zip |
Move the candle version to 0.7.1. (#2495)
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 7f70c47b..8f35bda7 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.0" +version = "0.7.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.7.0" } +candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.7.1" } half = { version = "2.3.1", features = ["num-traits"] } [build-dependencies] |