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