Skip to content

Commit

Permalink
fix a type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhong89 committed Jul 7, 2019
1 parent e4519f9 commit 82ad564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a README for the experimental code in our paper
> (xbert-env) conda install scikit-learn
> (xbert-env) conda install pytorch=0.4.1 cuda90 -c pytorch
> (xbert-env) pip install pytorch-pretrained-bert==0.6.2
> (xbert-env) pip install allennlp=0.8.4
> (xbert-env) pip install allennlp==0.8.4
> (xbert-env) pip install -e .

**Warning: you need to install pytorch=0.4.1 based on the cuda version on your machine.
Expand Down

0 comments on commit 82ad564

Please sign in to comment.