Skip to content

Commit b6edc2d

Browse files
committed
debug
1 parent c758350 commit b6edc2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/scripts/test_wheel_package_qnn.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ echo "Using temporary directory: $TEMP_ENV_DIR"
9797
conda create -y -p "$TEMP_ENV_DIR/env" python=3.10
9898
conda run -p "$TEMP_ENV_DIR/env" pip install "$WHEEL_FILE"
9999

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+
100103
# Run import tests
101104
conda run -p "$TEMP_ENV_DIR/env" python -c "import executorch; print('executorch imported successfully')"
102105
conda run -p "$TEMP_ENV_DIR/env" python -c "import executorch.backends.qualcomm; print('executorch.backends.qualcomm imported successfully')"

0 commit comments

Comments
 (0)