Add the latest transformers

Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
yuanwu 2025-05-13 01:38:18 +00:00
parent 9414bcca0f
commit e14a451d8d

View File

@ -12,7 +12,7 @@ if [[ "$ATTENTION" == "paged" ]]; then
# Check if Llama-4 is in the command line arguments
if [[ "$*" == *"Llama-4"* ]]; then
echo 'ATTENTION=paged and Llama-4 detected'
pip install git+https://github.com/yuanwu2017/transformers.git@0425
pip install git+https://github.com/huggingface/transformers.git@29338949
fi
fi