Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
- name: Install test requirements
run: uv pip install --system -r tests/tools/requirements.txt
run: uv pip install --system . -r tests/tools/requirements.txt
- name: Print installed modules
run: pip list
- name: Run tools precommit test scope
Expand Down
27 changes: 0 additions & 27 deletions src/nncf/common/collector.py

This file was deleted.

65 changes: 0 additions & 65 deletions src/nncf/common/hook_handle.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/nncf/common/plotting.py

This file was deleted.

151 changes: 0 additions & 151 deletions src/nncf/common/quantization/collectors.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/nncf/common/quantization/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

NUM_INIT_SAMPLES = 256

QUANTIZATION_PRESET = "performance"
QUANTIZE_INPUTS = True
QUANTIZE_OUTPUTS = False
Expand Down
Loading