Skip to content

Commit

Permalink
New version: Torch v0.1.3 (#119598)
Browse files Browse the repository at this point in the history
UUID: 6a2ea274-3061-11ea-0d63-ff850051a295
Repo: https://github.com/FluxML/Torch.jl.git
Tree: ea79b7cfd6791e991cb38ea35d7d9595dc74d083

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 15, 2024
1 parent 28d891e commit 3901e3e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
21 changes: 16 additions & 5 deletions T/Torch/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
[0]
Requires = "1"
Statistics = "1.3.0-1"
ZygoteRules = "0.0.0-0.2"
julia = "1.3.0-1"

["0-0.1.0"]
YAML = "0.3"

["0-0.1.1"]
NNlib = "0.6"

["0-0.1.2"]
Statistics = "1.3.0-1"
ZygoteRules = "0.0.0-0.2"
julia = "1.3.0-1"

["0.1.1"]
YAML = "0.3-0.4"

["0.1.1-0"]
["0.1.1-0.1.2"]
FillArrays = "0.8"

["0.1.2-0"]
["0.1.2"]
NNlib = "0.6-0.7"

["0.1.3-0"]
CEnum = "0.4-0.5"
FillArrays = ["0.8-0.13", "1"]
NNlib = "0.8-0.9"
Statistics = "1"
TorchCAPI_jll = "0.2"
ZygoteRules = "0.2"
julia = "1.4.0-1"
8 changes: 7 additions & 1 deletion T/Torch/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Torch_jll = "c12fb04c-f5e9-5c82-b5d6-b53f8f8d9a32"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

["0-0.1.1"]
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

["0-0.1.2"]
Torch_jll = "c12fb04c-f5e9-5c82-b5d6-b53f8f8d9a32"

["0.1.1-0"]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

["0.1.3-0"]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
TorchCAPI_jll = "dc5d5603-8d5e-5430-85a9-2783500f9f77"
3 changes: 3 additions & 0 deletions T/Torch/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ git-tree-sha1 = "5b17ae6fd7046a8df98fcb5e79da1bb7671ca006"

["0.1.2"]
git-tree-sha1 = "e95e70fccc6d8474ee0437f5ca9ee0fece2fcaf3"

["0.1.3"]
git-tree-sha1 = "ea79b7cfd6791e991cb38ea35d7d9595dc74d083"

0 comments on commit 3901e3e

Please sign in to comment.