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
|
||||
matrix:
|
||||
python-version: ["3.9"]
|
||||
runs-on: [self-hosted, llm, spr01-perf]
|
||||
runs-on: [self-hosted, llm, spr-perf]
|
||||
env:
|
||||
OMP_NUM_THREADS: 16
|
||||
THREAD_NUM: 16
|
||||
|
|
|
|||
2
.github/workflows/nightly_build.yml
vendored
2
.github/workflows/nightly_build.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
# paths:
|
||||
# - '.github/workflows/nightly_build.yml'
|
||||
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:
|
||||
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ repo_id:
|
|||
- 'baichuan-inc/Baichuan2-7B-Chat'
|
||||
- 'baichuan-inc/Baichuan2-13B-Chat'
|
||||
- 'Qwen/Qwen-14B-Chat'
|
||||
local_model_hub: '/models'
|
||||
local_model_hub: '/mnt/disk1/models'
|
||||
warm_up: 1
|
||||
num_trials: 3
|
||||
num_beams: 1 # default to greedy search
|
||||
|
|
|
|||
Loading…
Reference in a new issue