Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schmmd authored Oct 22, 2018
1 parent 7d80714 commit cb3e3fc
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 cb3e3fc

Please sign in to comment.