diff --git a/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt b/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt index 7b35eb5b094..a23324713fe 100644 --- a/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt +++ b/examples/pytorch/nlp/huggingface_models/language-modeling/quantization/llm_qat/requirements.txt @@ -1,6 +1,6 @@ auto-round==0.8.0 neural-compressor-pt==3.6 -transformers==4.52.4 +transformers==4.53.0 datasets sentencepiece>=0.2.0 tensorboardX