experiment: add pins.json to repo

The launcher will query this file to get the pins needed for installation
This commit is contained in:
psychedelicious
2025-04-03 08:50:21 +10:00
parent eed4260975
commit bea9d037bc

14
pins.json Normal file
View File

@@ -0,0 +1,14 @@
{
"python": "3.12",
"torchIndexUrl": {
"win32": {
"cuda": "https://download.pytorch.org/whl/cu126"
},
"linux": {
"cpu": "https://download.pytorch.org/whl/cpu",
"rocm": "https://download.pytorch.org/whl/rocm6.2.4",
"cuda": "https://download.pytorch.org/whl/cu126"
},
"darwin": {}
}
}