Skip to content

Commit

Permalink
fix: use --index-url for torch nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ganler committed Mar 19, 2024
1 parent 6e0f0e0 commit acbe591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Next, we will run NNSmith to dump a bunch of random test-cases for an SUT (say P
>
> ```shell
> # PyTorch
> pip install --extra-index-url https://download.pytorch.org/whl/nightly/cpu --pre torch
> pip install --index-url https://download.pytorch.org/whl/nightly/cpu --pre torch
> # TensorFlow
> pip install tf-nightly
> ```
Expand Down
2 changes: 1 addition & 1 deletion requirements/sys/torch.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO(@ganler): make other platform/device distribution also work.
--extra-index-url https://download.pytorch.org/whl/nightly/cpu
--index-url https://download.pytorch.org/whl/nightly/cpu
--pre
torch

0 comments on commit acbe591

Please sign in to comment.