fix: correct requirements-torch typo and update gensim version in lesson 5-NLP
This commit is contained in:
parent
fa78bc6fb0
commit
d50f8f765f
|
|
@ -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
|
||||
huggingface==0.0.1
|
||||
matplotlib
|
||||
nltk==3.9.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue