-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (33 loc) · 1.01 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
name = "Porcupine"
uuid = "3b53a3d7-3f34-4bba-8df2-4717a8b1e972"
authors = ["Paul Shen <pxshen@alumni.stanford.edu>"]
version = "1.0.11"
[deps]
ArrayPadding = "fe5ef43c-4912-423d-9170-4bd5cb6a013a"
BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[weakdeps]
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
CUDAExt = "CUDA"
ZygoteExt = "Zygote"
[compat]
ArrayPadding = "1"
BFloat16s = "0.5,0.6,1"
CUDA = "5,6,7,8"
ChainRulesCore = "1"
DataStructures = "0.18,0.19,0.20,1"
Functors = "0.5,0.6,1"
LinearAlgebra = "1"
MLDataDevices = "1,2"
Statistics = "1"
UnPack = "1"
Zygote = "0.6,0.7,0.8,1"
julia = "1"