Skip to content

runpod/tetra-examples

Repository files navigation

Tetra Examples

A collection of examples of using Tetra to run workflows on RunPod

Requirements

  • Python 3.9 to 3.12
  • RunPod Account (sign up)
  • RunPod API Key (how-to)

Quick Start with uv

  1. Install uv command
  2. Run make
  3. Insert a RunPod API Key as a value to RUNPOD_API_KEY into an .env file
  4. Run uv run example/examples.py

Quick Start with pip

  1. Run make venv
  2. Run . .venv/bin/activate
  3. Insert a RunPod API Key as a value to RUNPOD_API_KEY into an .env file
  4. Run python -m examples.example

About

A collection of examples of using Tetra to run workflows on RunPod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published