Skip to content

Commit 9b0a17e

Browse files
authored
Update README.md
1 parent c450719 commit 9b0a17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For example, the figure above presents the processing time of a single mini-batc
2626
- [CuPy](https://cupy.chainer.org/)
2727
- [pynvrtc](https://github.com/NVIDIA/pynvrtc)
2828

29-
CuPy and pynvrtc needed to compile the CUDA code into a callable function at runtime.
29+
Install requirements via `pip install -r requirements.txt`. CuPy and pynvrtc needed to compile the CUDA code into a callable function at runtime.
3030

3131
<br>
3232

@@ -66,7 +66,7 @@ export PYTHONPATH=path_to_repo/sru
6666
- [classification](/classification/)
6767
- [question answering (SQuAD)](/DrQA/)
6868
- [language modelling on PTB](/language_model/)
69-
- machine translation
69+
- machine translation (to be included in OpenNMT-py)
7070
- [speech recognition](/speech/) (**Note:** implemented in CNTK instead of PyTorch)-
7171

7272
<br>

0 commit comments

Comments
 (0)