We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f6806 commit a40a5ddCopy full SHA for a40a5dd
.github/workflows/torchao_experimental_test.yml
@@ -28,8 +28,7 @@ jobs:
28
auto-activate-base: true
29
- name: Run tests
30
run: |
31
- sh packaging/pre_build_script.sh
32
-
+ pip install --extra-index-url "https://download.pytorch.org/whl/nightly/cpu" torch=="2.6.0.20250104"
33
USE_CPP=1 pip install .
34
35
python torchao/experimental/tests/test_packed_linear_int8_dynamic_activation_intx_weight_layout.py
0 commit comments