torchx
v0.7.0
Torchx是Pytorch應用程序的通用啟動器。 Torchx旨在有快速的迭代時間在準備就緒後對E2E生產ML管道進行培訓/研究和支持。
Torchx當前支持:
需要未列出的調度程序嗎?讓我們知道!
請參閱《快速啟動指南》。
TORCHX:
某些調度程序可能需要調度程序特定要求。有關信息,請參見安裝。
# install torchx sdk and CLI -- minimum dependencies
pip install torchx
# install torchx sdk and CLI -- all dependencies
pip install " torchx[dev] "
# install torchx kubeflow pipelines (kfp) support
pip install " torchx[kfp] "
# install torchx Kubernetes / Volcano support
pip install " torchx[kubernetes] "
# install torchx Ray support
pip install " torchx[ray] "
# install torchx GCP Batch support
pip install " torchx[gcp_batch] " # install torchx sdk and CLI
pip install torchx-nightly[dev] # install torchx sdk and CLI from source
$ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx
# install extra dependencies
$ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx[dev]Torchx提供了一個docker容器,用於用作TORCHX角色的一部分。
請參閱:https://github.com/pytorch/torchx/pkgs/container/torchx
我們歡迎PR!請參閱貢獻文件。
如許可證文件中所示,TORCHX已獲得BSD許可。