Skip to content

Commit

Permalink
Fix python package install instructions (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogartar authored Sep 14, 2023
1 parent 3d974ed commit 7a7be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ python -m pip install --upgrade pip
Then, we can install torch-mlir with the corresponding torch and torchvision nightlies.
```
pip install --pre torch-mlir torchvision \
-f https://llvm.github.io/torch-mlir/package-index/
-f https://llvm.github.io/torch-mlir/package-index/ \
--extra-index-url https://download.pytorch.org/whl/nightly/cpu
```

Expand Down

0 comments on commit 7a7be60

Please sign in to comment.