ZenML

Context #

Quickstart Guide #

  • For Opensource:
cd ../sandbox/genai/zenml
pyenv global 3.11
python -m venv .venv
source .venv/bin/activate
pip install "zenml[server]" notebook
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
zenml login --local
zenml go -- Quickly explore ZenML with this walk-through

Running a Pipeline #

Architecture #

System Architecture