requirements.txt 227 B

123456789101112131415
  1. ninja
  2. psutil
  3. ray ~= 2.5.1
  4. sentencepiece
  5. numpy
  6. torch ~= 2.0.0
  7. transformers >= 4.34.0
  8. uvicorn
  9. openai # for fastapi's openai proxy emulation
  10. xformers >= 0.0.22
  11. fschat >= 0.2.23
  12. pydantic < 2
  13. pyarrow # needed for ray
  14. pandas
  15. fastapi