requirements.txt 268 B

12345678910111213141516
  1. # progress bars in model download and training scripts
  2. tqdm
  3. # Accessing files from S3 directly.
  4. boto3
  5. # Used for downloading models over HTTP
  6. requests
  7. six
  8. ipdb
  9. #Data processing
  10. h5py
  11. html2text
  12. nltk
  13. progressbar
  14. #Others
  15. onnxruntime
  16. git+https://github.com/NVIDIA/dllogger