You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
It would be nice to have a EXTRA_INDEX_URL environment variable like the INDEX_URL environment var used in modules/launch_utils.py to set the pip --extra-index-url argument.
Alternative : Deprecate INDEX_URL and document using the pip env vars PIP_INDEX_URL and PIP_EXTRA_INDEX_URL
Proposed workflow
Set the EXTRA_INDEX_URL to something like https://download.pytorch.org/whl/rocm6.2.4
Run launch.py and let it install requirements using the extra index url and the default implicit one
Is there an existing issue for this?
What would your feature do ?
It would be nice to have a
EXTRA_INDEX_URL
environment variable like theINDEX_URL
environment var used in modules/launch_utils.py to set the pip--extra-index-url
argument.Alternative : Deprecate
INDEX_URL
and document using the pip env varsPIP_INDEX_URL
andPIP_EXTRA_INDEX_URL
Proposed workflow
Set the
EXTRA_INDEX_URL
to something likehttps://download.pytorch.org/whl/rocm6.2.4
Run
launch.py
and let it install requirements using the extra index url and the default implicit oneAdditional information
https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-extra-index-url
The text was updated successfully, but these errors were encountered: