Merge pull request #327 from yushengsu-thu/master

[ModuleNotFoundError]: Solution - add required package (requests) into requirements.txt
This commit is contained in:
Andrej 2024-05-02 12:03:46 -07:00 committed by GitHub
commit 2583feb7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,3 +3,4 @@ numpy
torch
tiktoken
transformers
requests