Use the 4.52.2 transformers

Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
yuanwu 2025-05-22 17:01:07 +03:00
parent 346b6f7219
commit 1ccf86ce84

View File

@ -12,7 +12,7 @@ if [[ "$ATTENTION" == "paged" ]]; then
# Check if Llama-4 is in the command line arguments
if [[ "$*" == *"Llama-4"* || "$*" == *"Qwen3"* ]]; then
echo 'ATTENTION=paged and Llama-4 or Qwen3 detected'
pip install transformers==4.52.1
pip install transformers==4.52.2
fi
fi