-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (35 loc) · 1.07 KB
/
Project.toml
File metadata and controls
39 lines (35 loc) · 1.07 KB
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
name = "ESMFold"
uuid = "992ade7d-a23b-44e1-bfa9-f18d3a6e7567"
version = "1.0.0-DEV"
authors = ["Ben Murrell"]
[deps]
BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HuggingFaceApi = "3cc741c3-0c9d-4fbe-84fa-cdec264173de"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Onion = "fdebf6c2-71da-43a1-b539-c3bc3e09c5c6"
ProtInterop = "b3e4c6a1-2f5a-4d8c-9e7b-1a3c5d9f0e2b"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[compat]
BFloat16s = "0.5, 0.6"
CUDA = "5.9.6"
ChainRulesCore = "1.26.0"
Flux = "0.16.9"
HuggingFaceApi = "0.1"
JSON = "1.4.0"
NNlib = "0.9.33"
NPZ = "0.4.3"
Onion = "0.2.18"
cuDNN = "1.4.6"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]