Skip to content

Commit ecc058a

Browse files
New package: FlashAttentionWrapper v0.1.0
UUID: 4822a80a-c2d5-4bbd-b1da-f89b711347c8 Repo: https://github.com/JuliaGenAI/FlashAttentionWrapper.jl.git Tree: 18ff0b772c6de8055d69f26ea0ca0e589d365201 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent d8d00ae commit ecc058a

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

F/FlashAttentionWrapper/Compat.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[0]
2+
ChainRulesCore = "1"
3+
CondaPkg = "0.2"
4+
DLPack = "0.3"
5+
LuxCore = "1"
6+
PythonCall = "0.9"
7+
Random = "1"
8+
julia = "1.8.0-1"

F/FlashAttentionWrapper/Deps.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[0]
2+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3+
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
4+
DLPack = "53c2dc0f-f7d5-43fd-8906-6c0220547083"
5+
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
6+
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
7+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

F/FlashAttentionWrapper/Package.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "FlashAttentionWrapper"
2+
uuid = "4822a80a-c2d5-4bbd-b1da-f89b711347c8"
3+
repo = "https://github.com/JuliaGenAI/FlashAttentionWrapper.jl.git"

F/FlashAttentionWrapper/Versions.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "18ff0b772c6de8055d69f26ea0ca0e589d365201"

Registry.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3353,6 +3353,7 @@ some amount of consideration when choosing package names.
33533353
48062228-2e41-5def-b9a4-89aafe57970f = { name = "FilePathsBase", path = "F/FilePathsBase" }
33543354
48187f9f-78ff-4060-b31e-d855612fbaec = { name = "LatinSyntax", path = "L/LatinSyntax" }
33553355
481e76ae-c2a1-11e9-35e0-4d409117bccf = { name = "Microwaves", path = "M/Microwaves" }
3356+
4822a80a-c2d5-4bbd-b1da-f89b711347c8 = { name = "FlashAttentionWrapper", path = "F/FlashAttentionWrapper" }
33563357
48308a23-c29e-446c-b4c0-d9446a767439 = { name = "Kezdi", path = "K/Kezdi" }
33573358
4832667a-bab9-40a8-88f6-be9efce3ea89 = { name = "QuantumAnnealing", path = "Q/QuantumAnnealing" }
33583359
483824fe-0d37-42f7-bb97-b8abf41a4f6a = { name = "BlockBootstrap", path = "B/BlockBootstrap" }

0 commit comments

Comments
 (0)