Skip to content

Commit

Permalink
update: setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeixie233 committed Sep 24, 2024
1 parent 9d8b2b9 commit cc1767a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
pip install -e .
pip install transformers

git clone https://github.com/yuh-zha/AlignScore
pip install ./AlignScore/.
pip install -r AlignScore/requirements.txt
wget -P ./AlignScore/ckpt https://huggingface.co/yzha/AlignScore/resolve/main/AlignScore-large.ckpt
wget -P ./AlignScore/ckpt https://huggingface.co/yzha/AlignScore/resolve/main/AlignScore-base.ckpt


pip install spacy
python3 -m spacy download en_core_web_sm
pip install mauve-text
pip install mauve-text
pip install python-dotenv
pip install pytorch-ignite

git lfs install
git clone https://huggingface.co/datasets/UCSC-VLAA/o1_medical
rsync -a --ignore-existing ./o1_medical/data/ ./evals/registry/data/
rm -r ./o1_medical

0 comments on commit cc1767a

Please sign in to comment.