Skip to content

[FX] Support weight quantization for operations where weight_port_id != 1 #3893

[FX] Support weight quantization for operations where weight_port_id != 1

[FX] Support weight quantization for operations where weight_port_id != 1 #3893

Workflow file for this run

name: mypy
permissions: read-all
on:
pull_request:
types:
- opened
- reopened
- synchronize
paths:
- '.github/workflows/mypy.yml'
- 'pyproject.toml'
- '**.py'
- '**.pyi'
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: 3.10.14
- name: Install NNCF
run: |
pip install -e . torch -c constraints.txt
- name: Install mypy
run: pip install mypy==1.8.0
- name: Run mypy
run: mypy --install-types --non-interactive