ray/python/requirements/ml/requirements_train.txt
Amog Kamsetty 57db4640ca
[Train] [Tune] Refactor MLflow (#20802)
Pulls out Tune's MLflow logging logic to a shared MLflow util.
Adds an MLflow logger callback to Ray Train

Closes #20642
2021-12-21 17:17:52 -08:00

11 lines
247 B
Text

-r requirements_dl.txt
mlflow==1.21.0
tensorboardX==2.4.1
# Dependencies for Hugging Face examples:
# `python/ray/train/examples/transformers/transformers_example.py`
transformers==4.10.0
accelerate==0.5.1
datasets==1.14.0
sentencepiece==0.1.96