Merge pull request #638 from dcaayushd/fix/nlp-requirements-typo-and-gensim
fix: correct pip command typo and update gensim version in Lesson 5 NLP
This commit is contained in:
commit
316c4ca9e1
|
|
@ -28,7 +28,7 @@ If you are using local Python installation to run this course, you may need to i
|
|||
|
||||
**For PyTorch**
|
||||
```bash
|
||||
pip install -r requirements-torch.txt
|
||||
pip install -r requirements-pytorch.txt
|
||||
```
|
||||
**For TensorFlow**
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
gensim==3.8.3
|
||||
gensim>=4.3.0,<5
|
||||
huggingface==0.0.1
|
||||
matplotlib
|
||||
nltk==3.9.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue