File size: 676 Bytes
cbf3932
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export TMPDIR=/pfss/mlde/workspaces/mlde_wsp_MGPATH/phuc/tmp
export PIP_CACHE_DIR=/pfss/mlde/workspaces/mlde_wsp_MGPATH/phuc/.cache/pip
mkdir -p "$TMPDIR" "$PIP_CACHE_DIR"

# source ~/.bashrc
# conda activate pre_rlvr
# # cd verl/
# # pip install -e .
# pip install lmdeploy==0.15.0
# pip install deepspeed==0.16.4
# # Official Dao-AILab linux_x86_64 wheels need GLIBC 2.32 (Ubuntu 22.04).
# # This host is Ubuntu 20.04 / GLIBC 2.31, so use Astral's manylinux_2_24 build.
# pip install --no-deps \
#   "https://wheels.astral.sh/artifacts/d4ffd81f93ca34e2e3f8b93499cd62e26faed24250657e7efcc3afd5a9b479df/flash_attn-2.8.3+cu.12.8.torch.2.8-cp311-cp311-manylinux_2_24_x86_64.whl"