Skip to content

Commit

Permalink
Merge pull request #2 from allenai/schmmd-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ashish33 authored Oct 22, 2018
2 parents 7d80714 + cb3e3fc commit ed34b15
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ Please visit the [OpenBookQA Leaderboard](https://leaderboard.allenai.org/open_b

1. Create the `obqa` environment using Anaconda

```
conda create -n obqa python=3.6
```
```
conda create -n obqa python=3.6
```

2. Activate the environment

```
source activate obqa
```
```
source activate obqa
```

3. Install the requirements in the environment:

Note: The script below installs Pytorch 0.4.0 for CUDA 8 only. If you are using a different CUDA version,
please visit http://pytorch.org/ and install the relevant version.
Note: The script below installs Pytorch 0.4.0 for CUDA 8 only. If you are using a different CUDA version,
please visit http://pytorch.org/ and install the relevant version.

```
bash scripts/install_requirements.sh
```
```
bash scripts/install_requirements.sh
```


# Downloading and Preparing Data
Expand Down

0 comments on commit ed34b15

Please sign in to comment.