Skip to content

Commit

Permalink
install with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Oct 8, 2018
1 parent f5c2af8 commit 44246ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ conda create -n deepspeech python=3.7
```

Install [PyTorch 1.0](https://pytorch.org/get-started/locally/) if you haven't already
or, typically

or, typically (with cuda 9.2):

```
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html
conda install pytorch-nightly cuda92 -c pytorch
```

# Pytorch Audio
Expand Down

0 comments on commit 44246ef

Please sign in to comment.