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