Skip to content

Commit 48d5ce6

Browse files
experiment: add pins.json to repo
The launcher will query this file to get the pins needed for installation
1 parent c2fe756 commit 48d5ce6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pins.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"python": "3.12",
3+
"torchIndexUrl": {
4+
"win32": {
5+
"cuda": "https://download.pytorch.org/whl/cu126"
6+
},
7+
"linux": {
8+
"cpu": "https://download.pytorch.org/whl/cpu",
9+
"rocm": "https://download.pytorch.org/whl/rocm6.2.4",
10+
"cuda": "https://download.pytorch.org/whl/cu126"
11+
},
12+
"darwin": {}
13+
}
14+
}

0 commit comments

Comments
 (0)