Skip to content

Commit f2ab4ed

Browse files
Try custom nncf commit
1 parent a11c6c8 commit f2ab4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
QUALITY_REQUIRE = ["black~=23.1", "ruff==0.4.4"]
6464

6565
EXTRAS_REQUIRE = {
66-
"nncf": ["nncf>=2.14.0"],
67-
"openvino": ["nncf>=2.14.0", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
66+
"nncf": ["nncf@git+https://github.com/AlexanderDokuchaev/nncf.git@ad/mypy_common_quant_1"],
67+
"openvino": ["nncf@git+https://github.com/AlexanderDokuchaev/nncf.git@ad/mypy_common_quant_1", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
6868
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate", "transformers<4.46"],
6969
"ipex": ["intel-extension-for-pytorch>=2.4", "transformers>4.45,<4.47", "accelerate"],
7070
"diffusers": ["diffusers"],

0 commit comments

Comments
 (0)