diff --git a/examples/windows/accuracy_benchmark/requirements.txt b/examples/windows/accuracy_benchmark/requirements.txt index 7b2a568f2..6241a5ff4 100644 --- a/examples/windows/accuracy_benchmark/requirements.txt +++ b/examples/windows/accuracy_benchmark/requirements.txt @@ -8,4 +8,4 @@ peft>=0.5.0 rwkv>=0.7.3 tiktoken==0.7.0 tqdm==4.66.5 -transformers==4.49.0 +transformers==4.50.0 diff --git a/examples/windows/onnx_ptq/genai_llm/requirements.txt b/examples/windows/onnx_ptq/genai_llm/requirements.txt index 10e3f9d73..d52740588 100644 --- a/examples/windows/onnx_ptq/genai_llm/requirements.txt +++ b/examples/windows/onnx_ptq/genai_llm/requirements.txt @@ -1,3 +1,3 @@ datasets>=2.14.5 torch==2.6.0 -transformers==4.49.0 +transformers==4.50.0 diff --git a/examples/windows/onnx_ptq/whisper/requirements.txt b/examples/windows/onnx_ptq/whisper/requirements.txt index 4b85b8989..d71ed4c6f 100644 --- a/examples/windows/onnx_ptq/whisper/requirements.txt +++ b/examples/windows/onnx_ptq/whisper/requirements.txt @@ -10,4 +10,4 @@ optimum==1.23.3 soundfile torch==2.7.0+cu128 torchaudio==2.7.0+cu128 -transformers==4.48.0 +transformers==4.50.0