nlp-with-transformers / notebooks

Jupyter notebooks for the Natural Language Processing with Transformers book
https://transformersbook.com/
Apache License 2.0
3.7k stars 1.13k forks source link

Fix missing rust dependency that cause "Failed to install base requirements" #98

Closed dat-boris closed 11 months ago

dat-boris commented 1 year ago

Fixes https://github.com/nlp-with-transformers/notebooks/issues/96

Testing

After patch:

image

Before patch:

image
dat-boris commented 1 year ago

Hi @lvwerra - checking to see if this is okay - this fixes #96 which a few people have been seeing.

Thank you for the book and the code 🙏