update spr perf test (#10644)
This commit is contained in:
parent
4f6df37805
commit
d18dbfb097
3 changed files with 3 additions and 3 deletions
2
.github/workflows/llm_performance_tests.yml
vendored
2
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -164,7 +164,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9"]
|
python-version: ["3.9"]
|
||||||
runs-on: [self-hosted, llm, spr01-perf]
|
runs-on: [self-hosted, llm, spr-perf]
|
||||||
env:
|
env:
|
||||||
OMP_NUM_THREADS: 16
|
OMP_NUM_THREADS: 16
|
||||||
THREAD_NUM: 16
|
THREAD_NUM: 16
|
||||||
|
|
|
||||||
2
.github/workflows/nightly_build.yml
vendored
2
.github/workflows/nightly_build.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
# paths:
|
# paths:
|
||||||
# - '.github/workflows/nightly_build.yml'
|
# - '.github/workflows/nightly_build.yml'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 11 * * *' # GMT time, 11:30 GMT == 19:30 China
|
- cron: '00 15 * * *' # GMT time, 15:00 GMT == 23:00 China
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ repo_id:
|
||||||
- 'baichuan-inc/Baichuan2-7B-Chat'
|
- 'baichuan-inc/Baichuan2-7B-Chat'
|
||||||
- 'baichuan-inc/Baichuan2-13B-Chat'
|
- 'baichuan-inc/Baichuan2-13B-Chat'
|
||||||
- 'Qwen/Qwen-14B-Chat'
|
- 'Qwen/Qwen-14B-Chat'
|
||||||
local_model_hub: '/models'
|
local_model_hub: '/mnt/disk1/models'
|
||||||
warm_up: 1
|
warm_up: 1
|
||||||
num_trials: 3
|
num_trials: 3
|
||||||
num_beams: 1 # default to greedy search
|
num_beams: 1 # default to greedy search
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue