Skip to content

Commit 88f8a50

Browse files
committed
Add flash attn v3
1 parent 67ad023 commit 88f8a50

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ members = [
1313
exclude = [
1414
"candle-book",
1515
"candle-flash-attn",
16+
"candle-flash-attn-v3",
1617
"candle-kernels",
1718
"candle-metal-kernels",
1819
"candle-onnx",
@@ -36,6 +37,7 @@ byteorder = "1.4.3"
3637
candle = { path = "./candle-core", package = "candle-core", version = "0.9.1" }
3738
candle-datasets = { path = "./candle-datasets", version = "0.9.1" }
3839
candle-flash-attn = { path = "./candle-flash-attn", version = "0.9.1" }
40+
candle-flash-attn-v3 = { path = "./candle-flash-attn-v3", version = "0.9.1" }
3941
candle-kernels = { path = "./candle-kernels", version = "0.9.1" }
4042
candle-metal-kernels = { path = "./candle-metal-kernels", version = "0.9.1" }
4143
candle-nn = { path = "./candle-nn", version = "0.9.1" }

candle-flash-attn-v3/Cargo.toml

Lines changed: 1 addition & 1 deletion
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."

0 commit comments

Comments
 (0)