Skip to content

Commit a40a5dd

Browse files
authored
Update torchao_experimental_test.yml
1 parent f3f6806 commit a40a5dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/torchao_experimental_test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
auto-activate-base: true
2929
- name: Run tests
3030
run: |
31-
sh packaging/pre_build_script.sh
32-
31+
pip install --extra-index-url "https://download.pytorch.org/whl/nightly/cpu" torch=="2.6.0.20250104"
3332
USE_CPP=1 pip install .
3433
3534
python torchao/experimental/tests/test_packed_linear_int8_dynamic_activation_intx_weight_layout.py

0 commit comments

Comments
 (0)