From c6a7eef76ec5a2ba696fcc65f24f6609f9522d9d Mon Sep 17 00:00:00 2001 From: wugeshui Date: Tue, 28 Nov 2023 15:59:34 +0800 Subject: [PATCH] add llm --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d6aff4bd..0aa011693 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -165,7 +165,7 @@ jobs: source scripts/ci/ci_one_iter.sh export_pythonpath_camb \${basic_path} cd mmlab_pack rm -rf one_iter_data - python ../scripts/ci/ci_run_one_iter.py camb ${GITHUB_JOB} "mlu:${MLU_REQUESTS}" \"${CAMB_PARTATION}\" "test_one_iter_large_language_model_list.yaml"&& rm -rf one_iter_data || (rm -rf one_iter_data && exit 1) + python ../scripts/ci/ci_run_one_iter.py camb ${GITHUB_JOB} "mlu:${MLU_REQUESTS}" \"${CAMB_PARTATION}\" && rm -rf one_iter_data || (rm -rf one_iter_data && exit 1) """ - name: run-one-iter-for-llm run: | @@ -179,7 +179,7 @@ jobs: source scripts/ci/ci_one_iter.sh export_pythonpath_camb \${basic_path} cd mmlab_pack rm -rf one_iter_data - python ../scripts/ci/ci_run_one_iter.py camb ${GITHUB_JOB} "mlu:${MLU_REQUESTS}" \"${CAMB_PARTATION}\" && rm -rf one_iter_data || (rm -rf one_iter_data && exit 1) + python ../scripts/ci/ci_run_one_iter.py camb ${GITHUB_JOB} "mlu:${MLU_REQUESTS}" \"${CAMB_PARTATION}\" "test_one_iter_large_language_model_list.yaml" && rm -rf one_iter_data || (rm -rf one_iter_data && exit 1) """ - name: Perform cleanup one iter data if: always() @@ -324,7 +324,7 @@ jobs: source scripts/ci/ci_one_iter.sh export_pythonpath_cuda \${basic_path} cd mmlab_pack rm -rf one_iter_data - python ../scripts/ci/ci_run_one_iter.py cuda ${GITHUB_RUN_NUMBER}_${GITHUB_JOB} "gpu:${GPU_REQUESTS}" \"${CUDA_PARTATION}\" test_one_iter_traditional_model_list.yaml && rm -rf one_iter_data || (rm -rf one_iter_data && exit 1) + python ../scripts/ci/ci_run_one_iter.py cuda ${GITHUB_RUN_NUMBER}_${GITHUB_JOB} "gpu:${GPU_REQUESTS}" \"${CUDA_PARTATION}\" "test_one_iter_large_language_model_list.yaml" && rm -rf one_iter_data || (rm -rf one_iter_data && exit 1) """ - name: Perform cleanup one iter data if: always()