From 6c30c385a41eb804cf1e018d02c9b6db01cb52c9 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 4 Jan 2025 21:13:46 +0530 Subject: [PATCH] New version: MLDataDevices v1.6.7 (#122400) UUID: 7e8f7934-dd98-4c1a-8fe8-92b47a384d40 Repo: https://github.com/LuxDL/Lux.jl.git Tree: 731113c87c225f372a733522a6d6952ae95ee686 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- M/MLDataDevices/Versions.toml | 3 +++ M/MLDataDevices/WeakCompat.toml | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/M/MLDataDevices/Versions.toml b/M/MLDataDevices/Versions.toml index bba752776bef26b..1b572add8064abc 100644 --- a/M/MLDataDevices/Versions.toml +++ b/M/MLDataDevices/Versions.toml @@ -66,3 +66,6 @@ git-tree-sha1 = "80eb04ae663507d9303473d26710a4c62efa0f3c" ["1.6.6"] git-tree-sha1 = "c2581519bdea44ff65a74d763f0d122ef3c0434d" + +["1.6.7"] +git-tree-sha1 = "731113c87c225f372a733522a6d6952ae95ee686" diff --git a/M/MLDataDevices/WeakCompat.toml b/M/MLDataDevices/WeakCompat.toml index 161975cd9cc52e8..72d82e211829375 100644 --- a/M/MLDataDevices/WeakCompat.toml +++ b/M/MLDataDevices/WeakCompat.toml @@ -5,7 +5,6 @@ Metal = "1" RecursiveArrayTools = "3.8.0-3" ReverseDiff = "1.15.0-1" SparseArrays = "1.10.0-1" -Zygote = "0.6.69-0.6" cuDNN = "1.3.0-1" oneAPI = "1.5.0-1" @@ -15,10 +14,13 @@ GPUArrays = "10" ["1-1.5"] Tracker = "0.2.34-0.2" +["1-1.6.6"] +Zygote = "0.6.69-0.6" + ["1.0.0"] AMDGPU = "0.9.6-0.9" -["1.0.1-1"] +["1.0.1-1.6.6"] AMDGPU = ["0.9.6-0.9", "1"] ["1.1-1"] @@ -53,3 +55,7 @@ ComponentArrays = "0.15.18-0.15" ["1.6.6-1"] Reactant = "0.2.13-0.2" + +["1.6.7-1"] +AMDGPU = "1" +Zygote = "0.6.69-0.7"