Skip to content

Commit

Permalink
Perf test further fix regarding trl version (intel-analytics#12321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 authored Nov 4, 2024
1 parent 8fe01c9 commit 4644cb6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/llm_performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
# upgrade transformers for model Qwen/Qwen1.5-MoE-A2.7B-Chat
python -m pip install transformers==4.40.0
python -m pip install trl<0.12.0
python -m pip install "trl<0.12.0"
# batch_size 1
cp python/llm/test/benchmark/arc-perf-transformers-440.yaml python/llm/dev/benchmark/all-in-one/config.yaml
cd python/llm/dev/benchmark/all-in-one
Expand All @@ -246,7 +246,7 @@ jobs:
export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
# upgrade for default transformers version
python -m pip install transformers==4.43.1
python -m pip install trl<0.12.0
python -m pip install "trl<0.12.0"
# batch_size 1
cp python/llm/test/benchmark/arc-perf-transformers-443.yaml python/llm/dev/benchmark/all-in-one/config.yaml
cd python/llm/dev/benchmark/all-in-one
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
# upgrade for default transformers version
python -m pip install transformers==4.45.0
python -m pip install trl<0.12.0
python -m pip install "trl<0.12.0"
python -m pip install accelerate==0.33.0
# batch_size 1
cp python/llm/test/benchmark/arc-perf-transformers-445.yaml python/llm/dev/benchmark/all-in-one/config.yaml
Expand Down Expand Up @@ -862,7 +862,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -896,7 +896,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1045,7 +1045,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1079,7 +1079,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1230,7 +1230,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1264,7 +1264,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1432,7 +1432,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1476,7 +1476,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1609,7 +1609,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1645,7 +1645,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1802,7 +1802,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1838,7 +1838,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -1994,7 +1994,7 @@ jobs:
run: |
call conda activate igpu-perf
pip install transformers==4.43.1
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down Expand Up @@ -2030,7 +2030,7 @@ jobs:
call conda activate igpu-perf
pip install transformers==4.45.0
pip install accelerate==0.33.0
pip install trl<0.12.0
pip install "trl<0.12.0"
if "${{ matrix.platform }}"=="perf-igpu" (
set SYCL_CACHE_PERSISTENT=1
Expand Down

0 comments on commit 4644cb6

Please sign in to comment.