ray/python/requirements/ml/requirements_train.txt
Kai Fricke 4b9a89ad90
[air] Move python/ray/ml to python/ray/air (#25449)
The package "ml" should be renamed to "air".

Main question: Keep a `ml.py` with `from ray.air import *` for some level of backwards compatibility?
I'd go for no to force people to use the new structure.
2022-06-03 21:53:44 +01:00

16 lines
527 B
Text

# TODO(train-team): Remove this once Ray Train is deprecated.
-r requirements_dl.txt
mlflow==1.21.0
tensorboardX==2.4.1
# Dependencies for Hugging Face examples & tests:
# `python/ray/train/examples/transformers/transformers_example.py`
# `python/ray/air/examples/huggingface/huggingface_basic_language_modeling_example.py`
# `python/ray/air/tests/test_huggingface_trainer.py`
transformers==4.18.0; python_version <= '3.6'
transformers==4.19.1; python_version > '3.6'
accelerate==0.5.1
datasets==2.0.0
sentencepiece==0.1.96