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

* wip * add directory * wip * try again * Revert "try again" This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d. * finish * formatting * fix merge * fix path * chmod * check * sudo * wip * update * fix horovod * try * typo * reduce num workers
8 lines
No EOL
350 B
Text
Executable file
8 lines
No EOL
350 B
Text
Executable file
# Make sure the driver versions are the same as cluster versions.
|
|
# The cluster uses ray-ml Docker image.
|
|
# ray-ml Docker image installs dependencies from ray/python/requirements/ml/ directory.
|
|
# We constrain on these requirements file so that the same versions are installed.
|
|
-c ../../../python/requirements/ml/requirements_dl.txt
|
|
|
|
torch
|
|
torchvision |