From a42ab27cd04a4c1a65b55e11c57194b548cbe4b5 Mon Sep 17 00:00:00 2001 From: Zhihao Deng <34768343+CuteCake@users.noreply.github.com> Date: Tue, 28 Sep 2021 08:49:40 -0700 Subject: [PATCH] Fix problems The line 7 should be --name instead -name, or it will cause problems! --- NLP/round8/prepare_env.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NLP/round8/prepare_env.txt b/NLP/round8/prepare_env.txt index 64e394f..7ce08af 100644 --- a/NLP/round8/prepare_env.txt +++ b/NLP/round8/prepare_env.txt @@ -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 \ No newline at end of file +pip install jsonpickle transformers datasets texttable