Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to specify a specific date with the nightly channel #72

Open
pmeier opened this issue May 11, 2022 · 0 comments
Open

Add the ability to specify a specific date with the nightly channel #72

pmeier opened this issue May 11, 2022 · 0 comments

Comments

@pmeier
Copy link
Owner

pmeier commented May 11, 2022

When debugging it is often useful to install nightlies from a specific day. Right now, we need to do

$ ltt install --pytorch-channel=nightly torch==0.12.0.dev20220510 torchvision==0.12.0.dev20220510

This is inconvenient since

  1. we need to repeat the date if we want to install multiple PyTorch distributions
  2. we need to know the exact version of the PyTorch distribution at the given date

Maybe we can have something like

$ ltt install --pytorch-channel=nightly:20220510 torch torchvision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant