Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Oct 20, 2017
1 parent b090fa3 commit 77e48d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mkdir build; cd build
cmake ..
make
export CUDA_HOME="/usr/local/cuda"
cd pytorch_binding
cd ../pytorch_binding
python setup.py install
```

Expand All @@ -44,15 +44,13 @@ python setup.py install

If you want decoding to support beam search with an optional language model, install pytorch-ctc:
```
git clone --recursive https://github.com/ryanleary/pytorch-ctc.git
git clone --recursive https://github.com/parlance/pytorch-ctc.git
cd pytorch-ctc
pip install -r requirements.txt
# build the extension and install python package (requires gcc-5 or later)
CC=/path/to/gcc-5 CXX=/path/to/g++-5 python setup.py install
python setup.py install
```

Finally:
Finally clone this repo and run this within the repo:
```
pip install -r requirements.txt
```
Expand Down

0 comments on commit 77e48d6

Please sign in to comment.