From 64cc3a96bb520d8c3c2057a16f01c39c1448b68c Mon Sep 17 00:00:00 2001 From: Maxim Vafin Date: Thu, 28 Sep 2023 21:11:41 +0200 Subject: [PATCH] Restrict version of pytorch-quantization (#20137) --- tests/model_hub_tests/torch_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model_hub_tests/torch_tests/requirements.txt b/tests/model_hub_tests/torch_tests/requirements.txt index 181786db4a4528..f0a013faadbcc3 100644 --- a/tests/model_hub_tests/torch_tests/requirements.txt +++ b/tests/model_hub_tests/torch_tests/requirements.txt @@ -11,7 +11,7 @@ sacremoses sentencepiece datasets pyctcdecode -pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com +pytorch-quantization<=2.1.3 --extra-index-url https://pypi.ngc.nvidia.com protobuf soundfile pandas