From 221e8776d239b9e9e1d71956f51fa114debd064e Mon Sep 17 00:00:00 2001 From: "Sun, Xuehao" Date: Thu, 19 Sep 2024 16:03:16 +0800 Subject: [PATCH 1/2] remove accelerate version in requirements.txt Signed-off-by: Sun, Xuehao --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 4d2908986dd..f2bbf5d9e71 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,5 @@ --find-links https://download.pytorch.org/whl/torch_stable.html -accelerate==0.21.0 +accelerate auto-round @ git+https://github.com/intel/auto-round.git@5dd16fc34a974a8c2f5a4288ce72e61ec3b1410f dynast==1.6.0rc1 horovod From d93f50a9b403c805ae04333516d31108005c094b Mon Sep 17 00:00:00 2001 From: "Sun, Xuehao" Date: Thu, 19 Sep 2024 16:49:37 +0800 Subject: [PATCH 2/2] fix Signed-off-by: Sun, Xuehao --- .../quantization/ptq_dynamic/fx/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt b/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt index f7c9311fb74..91a719c0c51 100644 --- a/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt +++ b/examples/pytorch/speech_recognition/torchaudio_models/quantization/ptq_dynamic/fx/requirements.txt @@ -1,4 +1,4 @@ --find-links https://download.pytorch.org/whl/torch_stable.html -torch>=2.0.0+cpu -torchaudio>=2.0.1+cpu +torch==2.0.0+cpu +torchaudio==2.0.1+cpu jiwer