From 3d4530c2f8102c9c11a902fe3e2340f23d02f36c Mon Sep 17 00:00:00 2001 From: Nic van Dessel <51134175+nvandessel@users.noreply.github.com> Date: Sat, 4 Apr 2026 04:04:58 +0000 Subject: [PATCH] fix: specify T4 GPU in kernel metadata Default 'Gpu' machine_shape gives P100 (CUDA 6.0) which is incompatible with current PyTorch/unsloth (requires 7.0+). Co-Authored-By: Claude Opus 4.6 (1M context) --- notebooks/kernel-metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/notebooks/kernel-metadata.json b/notebooks/kernel-metadata.json index 3f07f9c..60adc26 100644 --- a/notebooks/kernel-metadata.json +++ b/notebooks/kernel-metadata.json @@ -6,6 +6,7 @@ "kernel_type": "notebook", "is_private": true, "enable_gpu": true, + "machine_shape": "NvidiaTeslaT4Highmem", "enable_internet": true, "dataset_sources": ["nvandessel/floop-decisions"], "competition_sources": [],