Skip to content

Commit ed34b15

Browse files
authored
Merge pull request #2 from allenai/schmmd-patch-1
Update README.md
2 parents 7d80714 + cb3e3fc commit ed34b15

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ Please visit the [OpenBookQA Leaderboard](https://leaderboard.allenai.org/open_b
2020

2121
1. 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

2727
2. Activate the environment
2828

29-
```
30-
source activate obqa
31-
```
29+
```
30+
source activate obqa
31+
```
3232

3333
3. 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

0 commit comments

Comments
 (0)