mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
Use the 4.52.2 transformers
Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
346b6f7219
commit
1ccf86ce84
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user