requirements_train.txt 544 B

1234567891011121314151617
  1. # TODO(train-team): Remove this once Ray Train is deprecated.
  2. -r requirements_dl.txt
  3. mosaicml==0.10.1
  4. mlflow==1.21.0
  5. tensorboardX==2.4.1
  6. # Dependencies for Hugging Face examples & tests:
  7. # `python/ray/train/examples/transformers/transformers_example.py`
  8. # `python/ray/air/examples/huggingface/huggingface_basic_language_modeling_example.py`
  9. # `python/ray/air/tests/test_huggingface_trainer.py`
  10. transformers==4.18.0; python_version <= '3.6'
  11. transformers==4.19.1; python_version > '3.6'
  12. accelerate==0.5.1
  13. datasets==2.0.0
  14. sentencepiece==0.1.96