mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
16 lines
525 B
Text
16 lines
525 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/ml/examples/huggingface/huggingface_basic_language_modeling_example.py`
|
|
# `python/ray/ml/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
|