mirror of https://github.com/InternLM/InternLM
Update daily_tests.yaml
parent
135deca621
commit
267771bad2
|
@ -21,7 +21,7 @@ jobs:
|
||||||
pip install sentencepiece
|
pip install sentencepiece
|
||||||
srun -p ${SLURM_PARTITION} --kill-on-bad-exit=1 --job-name=${GITHUB_RUN_ID}-${GITHUB_JOB} --gpus-per-task=2 pytest -s -v --color=yes ./tests/test_hf_model.py
|
srun -p ${SLURM_PARTITION} --kill-on-bad-exit=1 --job-name=${GITHUB_RUN_ID}-${GITHUB_JOB} --gpus-per-task=2 pytest -s -v --color=yes ./tests/test_hf_model.py
|
||||||
|
|
||||||
- name: clear_env
|
- name: clear_env
|
||||||
run: |
|
run: |
|
||||||
conda deactivate
|
conda deactivate
|
||||||
conda env remove --name internlm-model-latest
|
conda env remove --name internlm-model-latest
|
||||||
|
|
Loading…
Reference in New Issue