mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Add the latest transformers
Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
9414bcca0f
commit
e14a451d8d
@ -12,7 +12,7 @@ if [[ "$ATTENTION" == "paged" ]]; then
|
|||||||
# Check if Llama-4 is in the command line arguments
|
# Check if Llama-4 is in the command line arguments
|
||||||
if [[ "$*" == *"Llama-4"* ]]; then
|
if [[ "$*" == *"Llama-4"* ]]; then
|
||||||
echo 'ATTENTION=paged and Llama-4 detected'
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user