mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-12 19:08:05 -05:00
- Update `pyproject.toml` - Update `pins.json` so launcher installs latest CUDA 12.8 & ROCm 6.3
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"python": "3.12",
|
|
"torchIndexUrl": {
|
|
"win32": {
|
|
"cuda": "https://download.pytorch.org/whl/cu128"
|
|
},
|
|
"linux": {
|
|
"cpu": "https://download.pytorch.org/whl/cpu",
|
|
"rocm": "https://download.pytorch.org/whl/rocm6.3",
|
|
"cuda": "https://download.pytorch.org/whl/cu128"
|
|
},
|
|
"darwin": {}
|
|
}
|
|
}
|