diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index dd5795ad..63e43dea 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -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 diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index a6223031..338c160e 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -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: diff --git a/python/llm/test/benchmark/cpu-perf-test.yaml b/python/llm/test/benchmark/cpu-perf-test.yaml index aa9158bd..92b12750 100644 --- a/python/llm/test/benchmark/cpu-perf-test.yaml +++ b/python/llm/test/benchmark/cpu-perf-test.yaml @@ -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