Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
metascroy committed Jan 28, 2025
1 parent 95525a4 commit 04f3f03
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/torchao_experimental_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Python
uses: actions/setup-python@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.10.11
- name: Install TorchAO
run: |
USE_CPP=1 pip install .
python-version: "3.10"
miniconda-version: "latest"
activate-environment: venv
- name: Run tests
run: |
pip install --extra-index-url "https://download.pytorch.org/whl/nightly/cpu" torch=="2.6.0.dev20250104"
USE_CPP=1 pip install .
python torchao/experimental/tests/test_packed_linear_int8_dynamic_activation_intx_weight_layout.py

0 comments on commit 04f3f03

Please sign in to comment.