Open T145 opened 10 months ago
Hey!
I'd be happy to support this, and would accept a PR to that effect. Before we get there though, how'd you want to configure it?
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}",
)
It shouldn't be hard to intuit.
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/