File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,24 @@ Please visit the [OpenBookQA Leaderboard](https://leaderboard.allenai.org/open_b
2020
21211 . Create the ` obqa ` environment using Anaconda
2222
23- ```
24- conda create -n obqa python=3.6
25- ```
23+ ```
24+ conda create -n obqa python=3.6
25+ ```
2626
27272 . Activate the environment
2828
29- ```
30- source activate obqa
31- ```
29+ ```
30+ source activate obqa
31+ ```
3232
33333 . Install the requirements in the environment:
3434
35- Note: The script below installs Pytorch 0.4.0 for CUDA 8 only. If you are using a different CUDA version,
36- please visit http://pytorch.org/ and install the relevant version.
35+ Note: The script below installs Pytorch 0.4.0 for CUDA 8 only. If you are using a different CUDA version,
36+ please visit http://pytorch.org/ and install the relevant version.
3737
38- ```
39- bash scripts/install_requirements.sh
40- ```
38+ ```
39+ bash scripts/install_requirements.sh
40+ ```
4141
4242
4343# Downloading and Preparing Data
You can’t perform that action at this time.
0 commit comments