mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
pytorch-triton-rocm now installs successfully
This commit is contained in:
parent
a79ccd625f
commit
af814c7390
3
setup.py
3
setup.py
@ -136,7 +136,8 @@ def dependencies(force_nightly: bool = False) -> List[str]:
|
|||||||
_dependencies[i] = f"{stripped}=={existing_torch}"
|
_dependencies[i] = f"{stripped}=={existing_torch}"
|
||||||
break
|
break
|
||||||
return _dependencies
|
return _dependencies
|
||||||
_alternative_indices = [amd_torch_index, nvidia_torch_index]
|
# some torch packages redirect to https://download.pytorch.org/whl/
|
||||||
|
_alternative_indices = [amd_torch_index, nvidia_torch_index, ("https://download.pytorch.org/whl/", "https://download.pytorch.org/whl/")]
|
||||||
session = PipSession()
|
session = PipSession()
|
||||||
|
|
||||||
# (stable, nightly) tuple
|
# (stable, nightly) tuple
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user