Update nightly.yml

This commit is contained in:
powderluv
2022-06-12 09:34:26 -07:00
committed by GitHub
parent 07f93ef481
commit 87f5da7a9a

View File

@@ -64,7 +64,7 @@ jobs:
package_version="$(printf '%(%Y%m%d)T.${{ github.run_number }}')"
SHARK_PACKAGE_VERSION=${package_version} \
pip wheel -v -w wheelhouse . --extra-index-url https://download.pytorch.org/whl/nightly/cpu -f https://github.com/llvm/torch-mlir/releases -f https://github.com/nod-ai/SHARK-Runtime/releases
pip install wheelhouse/nodai_shark*
pip install ./wheelhouse/nodai_shark*
- name: Validate Models
run: |