[CI] Kill zombie processes (#2280)

This commit is contained in:
Lianmin Zheng
2024-11-30 00:24:30 -08:00
committed by GitHub
parent ccaf1f997c
commit 0d6a49bd7d
3 changed files with 2 additions and 0 deletions

2
scripts/ci_install_dependency.sh Normal file → Executable file
View File

@@ -2,6 +2,8 @@
Install the dependency in CI.
"""
./killall_sglang.sh
pip install --upgrade pip
pip install -e "python[all]" --find-links https://flashinfer.ai/whl/cu121/torch2.4/flashinfer/
pip install transformers==4.45.2 sentence_transformers accelerate peft

0
scripts/ci_install_rust.sh Normal file → Executable file
View File

0
scripts/killall_sglang.sh Normal file → Executable file
View File