mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

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.
16 lines
527 B
Text
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
|