File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ members = [
1313exclude = [
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"
3637candle = { path = " ./candle-core" , package = " candle-core" , version = " 0.9.1" }
3738candle-datasets = { path = " ./candle-datasets" , version = " 0.9.1" }
3839candle-flash-attn = { path = " ./candle-flash-attn" , version = " 0.9.1" }
40+ candle-flash-attn-v3 = { path = " ./candle-flash-attn-v3" , version = " 0.9.1" }
3941candle-kernels = { path = " ./candle-kernels" , version = " 0.9.1" }
4042candle-metal-kernels = { path = " ./candle-metal-kernels" , version = " 0.9.1" }
4143candle-nn = { path = " ./candle-nn" , version = " 0.9.1" }
Original file line number Diff line number Diff line change 11[package ]
22name = " candle-flash-attn-v3"
3- version = " 0.8.0 "
3+ version = " 0.9.1 "
44edition = " 2021"
55
66description = " Flash attention V3 layer for the candle ML framework."
You can’t perform that action at this time.
0 commit comments