Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions circle-mlir/infra/overlay/prepare-venv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
# NOTE version
# - https://github.com/onnx/onnx/blob/master/docs/Versioning.md

VER_TORCH=2.6.0
VER_TORCH=2.6.0+cpu
VER_ONNX=1.17.0
VER_ONNXRUNTIME=1.21.0

Expand All @@ -57,7 +57,7 @@ fi

${VENV_PYTHON} -m pip ${PIP_OPTIONS} install --upgrade pip setuptools

${VENV_PYTHON} -m pip ${PIP_OPTIONS} install torch==${VER_TORCH}
${VENV_PYTHON} -m pip ${PIP_OPTIONS} install torch==${VER_TORCH} -f https://download.pytorch.org/whl/torch
${VENV_PYTHON} -m pip ${PIP_OPTIONS} install onnx==${VER_ONNX}
${VENV_PYTHON} -m pip ${PIP_OPTIONS} install onnxruntime==${VER_ONNXRUNTIME}

Expand Down