Skip to content

Commit

Permalink
Update compatibility_torch_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenperetz authored Dec 18, 2023
1 parent 1525b02 commit 63d7f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility_torch_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install torch==${{ inputs.torch_version }}
pip install torch==${{ inputs.torch_version }} onnx onnxruntime onnxruntime-extensions
- name: Checkout to MCT Quantizers requested tag for saving test models
run: |
git checkout tags/${{ inputs.save_version }}
Expand All @@ -57,4 +57,4 @@ jobs:
echo "Updated PYTHONPATH: $PYTHONPATH"
cd ..
python tests/compatibility_tests/torch_comp_tests/compatibility_weights_load_model_test_suite.py ${{ inputs.save_version }}
python tests/compatibility_tests/torch_comp_tests/compatibility_activation_load_model_test_suite.py ${{ inputs.save_version }}
python tests/compatibility_tests/torch_comp_tests/compatibility_activation_load_model_test_suite.py ${{ inputs.save_version }}

0 comments on commit 63d7f5c

Please sign in to comment.