Skip to content

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

@pmeier

Description

@pmeier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions