forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin the Python package to the exact PyTorch nightly.
This avoids issues where PyTorch version drift has made things incompatible. One caveat is that you will need to specify `-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --pre` on the command line for pip to know where to find the nightly packages (there is no way around this) -- this is easiest to do by simultaneously passing `-r requirements.txt` on the pip command line.
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters