Skip to content

Commit abf1d5a

Browse files
nvandesselclaude
andauthored
fix: specify T4 GPU in kernel metadata (#18)
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) <noreply@anthropic.com>
1 parent 9acbe19 commit abf1d5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

notebooks/kernel-metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"kernel_type": "notebook",
77
"is_private": true,
88
"enable_gpu": true,
9+
"machine_shape": "NvidiaTeslaT4Highmem",
910
"enable_internet": true,
1011
"dataset_sources": ["nvandessel/floop-decisions"],
1112
"competition_sources": [],

0 commit comments

Comments
 (0)