Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lessons/5-NLP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lessons/5-NLP/requirements-pytorch.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gensim==3.8.3
gensim>=4.3.0,<5
huggingface==0.0.1
matplotlib
nltk==3.9.4
Expand Down