-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathProject.toml
29 lines (25 loc) · 837 Bytes
/
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
name = "KolmogorovArnold"
uuid = "eec8b66d-f71a-4a43-b228-0fe5d6721cd3"
authors = ["Vedant Puri <[email protected]> and contributors"]
version = "0.0.1"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
[compat]
ChainRulesCore = "1"
ConcreteStructs = "0.2"
LuxCore = "1"
NNlib = "0.9"
TensorOperations = "5.1.0"
WeightInitializers = "1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random"]