Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NLP/round8/prepare_env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ conda create --name trojai-round8 python=3.8 -y

conda activate trojai-round8

conda install -name trojai-round8 pytorch torchvision torchtext cudatoolkit=11.1 -c pytorch-lts -c nvidia
conda install --name trojai-round8 pytorch torchvision torchtext cudatoolkit=11.1 -c pytorch-lts -c nvidia

conda install --name trojai-round8 --file spec-file.txt

pip install jsonpickle transformers datasets texttable
pip install jsonpickle transformers datasets texttable