unpinned torch_mlir (#1668)

Co-authored-by: powderluv <powderluv@users.noreply.github.com>
This commit is contained in:
AyaanShah2204
2023-07-19 06:28:00 -07:00
committed by GitHub
parent dd738a0e02
commit 536aba1424
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ if [ "$torch_mlir_bin" = true ]; then
echo "MacOS detected. Installing torch-mlir from .whl, to avoid dependency problems with torch."
$PYTHON -m pip install --pre --no-cache-dir torch-mlir -f https://llvm.github.io/torch-mlir/package-index/ -f https://download.pytorch.org/whl/nightly/torch/
else
$PYTHON -m pip install --pre torch-mlir==20230620.875 -f https://llvm.github.io/torch-mlir/package-index/
$PYTHON -m pip install --pre torch-mlir -f https://llvm.github.io/torch-mlir/package-index/
if [ $? -eq 0 ];then
echo "Successfully Installed torch-mlir"
else