Skip to content

Commit 704cc35

Browse files
committed
Align candle-flash-attn-v3 to candle 0.9.1
1 parent 72d58cd commit 704cc35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

candle-flash-attn-v3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "candle-flash-attn-v3"
3-
version = "0.8.0"
3+
version = "0.9.1"
44
edition = "2021"
55

66
description = "Flash attention V3 layer for the candle ML framework."
@@ -12,7 +12,7 @@ authors = ["Michael Feil"]
1212
repository = "https://github.com/michaelfeil/candle-flash-attn-v3"
1313

1414
[dependencies]
15-
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.8.0" }
15+
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.9.1" }
1616
half = { version = "2.3.1", features = ["num-traits"] }
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)