mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 17:48:00 -05:00
15 lines
333 B
JSON
15 lines
333 B
JSON
{
|
|
"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": {}
|
|
}
|
|
}
|