d4l3k / torchx-1

TorchX is a library containing standard DSLs for authoring and running PyTorch related components for an E2E production ML pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LicenseTestsLint

TorchX

TorchX is a library containing standard DSLs for authoring and running PyTorch related components for an E2E production ML pipeline.

For the latest documentation, please refer to our website.

Requirements

TorchX SDK (torchx):

  • python3 (3.8+)
  • torch

TorchX Kubeflow Pipelines Support (torchx-kfp):

  • torchx
  • kfp

Installation

# install torchx sdk and CLI
pip install torchx

# install torchx kubeflow pipelines (kfp) support
pip intall torchx[kfp]

Quickstart

See the quickstart guide.

Contributing

We welcome PRs! See the CONTRIBUTING file.

License

TorchX is BSD licensed, as found in the LICENSE file.

About

TorchX is a library containing standard DSLs for authoring and running PyTorch related components for an E2E production ML pipeline

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.0%Language:Shell 0.9%Language:Dockerfile 0.1%