目录

TorchX

TorchX is a universal job launcher for PyTorch applications. TorchX is designed to have fast iteration time for training/research and support for E2E production ML pipelines when you’re ready.

GETTING STARTED? Follow the quickstart guide.

In 1-2-3

Step 1. Install

pip install torchx[dev]

Step 2. Run Locally

torchx run --scheduler local_cwd utils.python --script my_app.py "Hello, localhost!"

Step 3. Run Remotely

torchx run --scheduler kubernetes utils.python --script my_app.py "Hello, Kubernetes!"

Documentation

Works With

Pipelines

Examples

Components Library

Runtime Library

Application (Runtime)

Reference

文档

访问 PyTorch 的全面开发人员文档

查看文档

教程

获取面向初学者和高级开发人员的深入教程

查看教程

资源

查找开发资源并解答您的问题

查看资源