Add pandas to requirements.txt (#1047)

* Add pandas to requirements.txt

* Minor
This commit is contained in:
Woosuk Kwon 2023-09-14 17:31:38 -07:00 committed by GitHub
parent dd54a4b026
commit a58936966f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
ninja # For faster builds.
psutil
ray >= 2.5.1
pandas # Required for Ray data.
sentencepiece # Required for LLaMA tokenizer.
numpy
torch >= 2.0.0