Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhanhx committed Oct 1, 2022
1 parent 7ece379 commit c05d770
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion sh_scripts/install_cmds.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
pip3 install torch==1.11.0
pip3 install torchvision==0.12.0

# TPU paackgages
pip3 install https://storage.googleapis.com/tpu-pytorch/wheels/tpuvm/torch_xla-1.11-cp38-cp38-linux_x86_64.whl
pip3 install torch_xla[tpuvm]

pip3 install pandas
pip3 install einops
pip3 install sentencepiece
pip3 install transformers[torch]==4.21.1

# Lightning packages
pip3 install pytorch-lightning==1.6.5
pip3 install rich

# Evaluate packages
pip3 install evaluate
pip3 install pyvi
pip3 install pyvi
pip3 install nltk
pip3 install rouge_score

0 comments on commit c05d770

Please sign in to comment.