-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
40 lines (34 loc) · 1.1 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "Jjama3"
uuid = "1285d783-1a6d-4703-8f05-8ac83ef55592"
authors = ["murrellb <[email protected]> and contributors"]
version = "2.0.0-DEV"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogitSamplers = "1b30fcfc-0ee9-4be2-9cfe-b2289b43e041"
LowRankLayers = "b66182ab-a85c-43b0-99bd-d85cc47c5e50"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
SafeTensors = "eeda0dda-7046-4914-a807-2495fc7abb89"
[weakdeps]
HuggingFaceTokenizers = "a6888d44-1185-43bb-bd0f-7806f9976d18"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
HuggingFaceTokenizersExt = "HuggingFaceTokenizers"
MetalExt = "Metal"
[compat]
ChainRulesCore = "1.25.0"
Flux = "0.14, 0.15, 0.16"
HuggingFaceTokenizers = "0.1"
LogitSamplers = "0.1.0"
LowRankLayers = "0.1.2"
Metal = "1"
NNlib = "0.9"
SafeTensors = "1"
julia = "1.10"
[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Downloads", "JSON3"]