From f940be9606e261cbd610fad79b10d16eef07e5ff Mon Sep 17 00:00:00 2001 From: kkscilife Date: Tue, 23 Jan 2024 10:13:11 +0800 Subject: [PATCH] update env name --- .github/workflows/daily_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_tests.yaml b/.github/workflows/daily_tests.yaml index b704287..d50658c 100644 --- a/.github/workflows/daily_tests.yaml +++ b/.github/workflows/daily_tests.yaml @@ -7,7 +7,7 @@ on: env: WORKSPACE_PREFIX: $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-4) SLURM_PARTITION: llm_s - CONDA_BASE_ENV: python310-torch212-cu117 + CONDA_BASE_ENV: internlm-model-base jobs: HF_model: