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
Well you already have settings that configure the endpoints, so all you'd need is a way to handle the base URL. Maybe a --nightly arg and enable-nightly config option:
if self.enable_nightly:
for cuda_version in self.cuda_versions:
resolves[cuda_version] = (
f"https://download.pytorch.org/whl/nightly/{cuda_version}/",
f"+{cuda_version}",
)
Ack, just wanted to see if there was a specific problem you wanted to solve (e.g. "I use torch 2.1 but because of bug X my rocm needs to use nightly").
Ex: https://download.pytorch.org/whl/nightly/cu121/
The text was updated successfully, but these errors were encountered: