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许可。