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.
1 parent c758350 commit b6edc2dCopy full SHA for b6edc2d
.ci/scripts/test_wheel_package_qnn.sh
@@ -97,6 +97,9 @@ echo "Using temporary directory: $TEMP_ENV_DIR"
97
conda create -y -p "$TEMP_ENV_DIR/env" python=3.10
98
conda run -p "$TEMP_ENV_DIR/env" pip install "$WHEEL_FILE"
99
100
+pip install torch=="2.9.0.dev20250801" --index-url "https://download.pytorch.org/whl/nightly/cpu"
101
+pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cpu
102
+
103
# Run import tests
104
conda run -p "$TEMP_ENV_DIR/env" python -c "import executorch; print('executorch imported successfully')"
105
conda run -p "$TEMP_ENV_DIR/env" python -c "import executorch.backends.qualcomm; print('executorch.backends.qualcomm imported successfully')"
0 commit comments