File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ echo "Using temporary directory: $TEMP_ENV_DIR"
9797conda create -y -p " $TEMP_ENV_DIR /env" python=3.10
9898conda 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
100+ conda run -p " $TEMP_ENV_DIR /env " pip install torch==" 2.9.0.dev20250801" --index-url " https://download.pytorch.org/whl/nightly/cpu"
101+ conda run -p " $TEMP_ENV_DIR /env " pip install --pre torchao --index-url " https://download.pytorch.org/whl/nightly/cpu"
102102
103103# Run import tests
104104conda run -p " $TEMP_ENV_DIR /env" python -c " import executorch; print('executorch imported successfully')"
You can’t perform that action at this time.
0 commit comments