We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5518e commit f325660Copy full SHA for f325660
.github/workflows/llm_performance_tests.yml
@@ -419,6 +419,8 @@ jobs:
419
export https_proxy=${HTTPS_PROXY}
420
source ipex-llm-init -t
421
export OMP_NUM_THREADS=48
422
+ # upgrade for default transformers version
423
+ python -m pip install transformers==4.41.2, trl
424
# hide time info
425
sed -i 's/str(end - st)/"xxxxxx"/g' run.py
426
python run.py
@@ -499,6 +501,8 @@ jobs:
499
501
cd python/llm/dev/benchmark/all-in-one
500
502
export http_proxy=${HTTP_PROXY}
503
504
505
506
507
508
0 commit comments