mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 03:58:09 -05:00
experiment: add pins.json to repo
The launcher will query this file to get the pins needed for installation
This commit is contained in:
14
pins.json
Normal file
14
pins.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user