We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa1d772 + 0c8e868 commit d1d0a11Copy full SHA for d1d0a11
tsi-pkg-build.sh
@@ -11,7 +11,7 @@ echo 'creating python virtual env'
11
/proj/local/Python-3.10.12/bin/python3 -m venv blob-creation
12
source blob-creation/bin/activate
13
echo 'installing mlir and python dependencies'
14
-#pip install --upgrade pip
+pip install --upgrade pip
15
pip install -r ${MLIR_SDK_VERSION}/compiler/python/requirements-common.txt
16
pip install ${MLIR_SDK_VERSION}/compiler/python/mlir_external_packages-1.4.2-py3-none-any.whl
17
pip install onnxruntime-training
0 commit comments