From e3a5e441b9aa895740b8fb184ad243c9089b90d1 Mon Sep 17 00:00:00 2001 From: Daniel Holanda Date: Mon, 25 May 2026 10:36:54 -0700 Subject: [PATCH 1/2] Publish Pytorch Kernels Playbook --- playbooks/supplemental/pytorch-kernels/playbook.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/supplemental/pytorch-kernels/playbook.json b/playbooks/supplemental/pytorch-kernels/playbook.json index 3dd03cfd..d3f5d26c 100644 --- a/playbooks/supplemental/pytorch-kernels/playbook.json +++ b/playbooks/supplemental/pytorch-kernels/playbook.json @@ -37,6 +37,12 @@ "windows" ] }, + "published_platforms": { + "halo": [ + "windows", + "linux" + ] + }, "difficulty": "advanced", "isNew": false, "isFeatured": false, From 13cb21ede8af144fe675d329ab9d8bf0b06e9219 Mon Sep 17 00:00:00 2001 From: Daniel Holanda Date: Mon, 25 May 2026 12:54:35 -0700 Subject: [PATCH 2/2] Linux only --- playbooks/supplemental/pytorch-kernels/playbook.json | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/supplemental/pytorch-kernels/playbook.json b/playbooks/supplemental/pytorch-kernels/playbook.json index d3f5d26c..1f91646c 100644 --- a/playbooks/supplemental/pytorch-kernels/playbook.json +++ b/playbooks/supplemental/pytorch-kernels/playbook.json @@ -39,7 +39,6 @@ }, "published_platforms": { "halo": [ - "windows", "linux" ] },