Skip to content

Commit

Permalink
📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
userElaina committed Dec 21, 2024
1 parent edd0600 commit cfc152c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
sudo apt install build-essential
conda create -y -n bba python=3.9
conda activate bba

git clone https://github.com/workelaina/textattack.git
cd textattack
pip install -e '.[tensorflow]' --extra-index-url https://download.pytorch.org/whl/cu113
# pip install -e '.[tensorflow]' --extra-index-url https://download.pytorch.org/whl/cu113
pip install -e '.[tensorflow]'

# scp -r ragbba user@ip:~/
cd ~/ragbba
python download.py
python train.py
```

0 comments on commit cfc152c

Please sign in to comment.