diff --git a/README.md b/README.md index 1d6d448cb..c5fa561bc 100644 --- a/README.md +++ b/README.md @@ -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 ```