File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 python-version : ${{ inputs.python-version }}
2222 - name : Install dependencies
23- run : |
23+ run : |
24+ sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2425 python -m pip install --upgrade pip
2526 pip install -r requirements.txt
2627 pip install tensorflow==${{ inputs.tf-version }} sony-custom-layers
Original file line number Diff line number Diff line change 2121 python-version : ${{ inputs.python-version }}
2222 - name : Install dependencies
2323 run : |
24+ sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2425 python -m pip install --upgrade pip
2526 pip install -r requirements.txt
2627 pip install torch==${{ inputs.torch-version }} torchvision onnx onnxruntime onnxruntime-extensions
Original file line number Diff line number Diff line change 3232
3333 - name : Set up environment for common tests
3434 run : |
35+ sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
3536 python -m pip install --upgrade pip
3637 pip install -r requirements.txt coverage pytest pytest-mock
3738
Original file line number Diff line number Diff line change 2222 python-version : 3.11
2323 - name : Install dependencies
2424 run : |
25+ sed -i "/mct-quantizers/c\mct-quantizers-nightly" requirements.txt
2526 python -m pip install --upgrade pip
2627 pip install -r requirements.txt
2728 pip install pytest pytest-mock
You can’t perform that action at this time.
0 commit comments