You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /projects/CSC249ADOA01/hsyoo/gpt-neox/
git clone https://github.com/NVIDIA/apex.git && cd apex
pip install -r requirements.txt
login to compute node for GPU env
qsub -A CSC249ADOA01 -t 60 -n 1 -I -q single-gpu
cd /projects/CSC249ADOA01/hsyoo/gpt-neox/apex/
CUDA_HOME=/usr/local/cuda-11.3 pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
exit
cd ..
install deeperspeed
git clone https://github.com/EleutherAI/DeeperSpeed.git && cd DeeperSpeed
pip install -r requirements/requirements.txt
./install.sh
cd ..
install gpt-neox
git clone https://github.com/EleutherAI/gpt-neox.git && cd gpt-neox
// comment out deeperspeed and mpi4py in requirements/requirements.txt
pip install -r requirements/requirements.txt