forked from yizhongw/Tk-Instruct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
24 lines (24 loc) · 655 Bytes
/
setup.sh
File metadata and controls
24 lines (24 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pip install transformers==4.28.1
pip install datasets==1.17.0
pip install deepspeed==0.8.3
pip install fairscale==0.4.5
pip install ipython
pip install nltk
pip install tensorboard
pip install tqdm
pip install rouge_score
pip install wandb==0.12.10
pip install sentencepiece==0.1.96
pip install protobuf==3.20.3
pip install accelerate
pip install ninja
#sudo yum -y install ninja-build
apt update
apt -y install ninja-build
apt -y install tmux
python -c "import nltk; nltk.download('punkt', quiet=True)"
conda install mpi4py
#sudo yum -y install centos-release-scl
#sudo yum -y install devtoolset-7-gcc*
#sudo scl enable devtoolset-7 bash
#sudo which gcc