diff --git a/N/NNParamsPrinter/Compat.toml b/N/NNParamsPrinter/Compat.toml new file mode 100644 index 000000000000000..8f187b29bed3337 --- /dev/null +++ b/N/NNParamsPrinter/Compat.toml @@ -0,0 +1,9 @@ +[0] +AutomaticDocstrings = "1.0.5-1" +BenchmarkTools = "1.5.0-1" +Lux = "1.1.0-1" +Random = "1" +Revise = "3.6.0-3" +StableRNGs = "1.0.2-1" +Test = "1" +julia = "1.10.5-1" diff --git a/N/NNParamsPrinter/Deps.toml b/N/NNParamsPrinter/Deps.toml new file mode 100644 index 000000000000000..1fff4af1f974aaf --- /dev/null +++ b/N/NNParamsPrinter/Deps.toml @@ -0,0 +1,8 @@ +[0] +AutomaticDocstrings = "70b36510-7dee-11e9-28d4-77afe9445f67" +BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" +Lux = "b2108857-7c20-44ae-9111-449ecde12c47" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" +StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/N/NNParamsPrinter/Package.toml b/N/NNParamsPrinter/Package.toml new file mode 100644 index 000000000000000..38b6a344e544606 --- /dev/null +++ b/N/NNParamsPrinter/Package.toml @@ -0,0 +1,3 @@ +name = "NNParamsPrinter" +uuid = "1ce897a9-95c2-40e1-99fc-436ddf268509" +repo = "https://github.com/onedeeper/NNParamsPrinter.jl.git" diff --git a/N/NNParamsPrinter/Versions.toml b/N/NNParamsPrinter/Versions.toml new file mode 100644 index 000000000000000..8d2f32216b635a2 --- /dev/null +++ b/N/NNParamsPrinter/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "09dad4d70ab792a4ca66551be890ab72271d76c5" diff --git a/Registry.toml b/Registry.toml index 53e59ce3c855a71..7c526f4549e1ab4 100644 --- a/Registry.toml +++ b/Registry.toml @@ -1349,6 +1349,7 @@ some amount of consideration when choosing package names. 1cd36ffe-cb05-4761-9ff9-f7bc1999e190 = { name = "AAindex", path = "A/AAindex" } 1cd42f4e-713b-4441-9f2f-62ba40f1840e = { name = "SpeciesToNetworks", path = "S/SpeciesToNetworks" } 1ce00845-9e1b-4798-bd63-033d15ad4ca9 = { name = "TenNetLib", path = "T/TenNetLib" } +1ce897a9-95c2-40e1-99fc-436ddf268509 = { name = "NNParamsPrinter", path = "N/NNParamsPrinter" } 1cead3c2-87b3-11e9-0ccd-23c62b72b94e = { name = "Manifolds", path = "M/Manifolds" } 1cecccd7-a9b6-5045-9cdc-a44c19b16d76 = { name = "hsakmt_roct_jll", path = "jll/H/hsakmt_roct_jll" } 1cfade01-22cf-5700-b092-accc4b62d6e1 = { name = "UnicodeFun", path = "U/UnicodeFun" }