Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Nebius Physical AI Documentation

This directory contains platform documentation and solution-specific docs for Nebius Physical AI.

Index

Path Purpose
hackathon-cosmos3-reasoner.md Hackathon quickstart — copy-paste path to the serverless Cosmos3 reasoner (Token Factory), no GPU/VM
hackathon-isaac-token-factory.md Hackathon combo — Isaac Lab Franka sim frames + Token Factory reasoner (workflow + SDK example)
workbench/guides/physical-ai-data-factory-deploy.md Physical AI Data Factory — copy-paste quickstart to stage input frames and run the annotate → Cosmos augment → curate → visualize blueprint
workbench/ Workbench solution docs, including getting started, cookbooks, and troubleshooting
workbench/kubernetes.md User setup and operational guide for running Workbench on managed Kubernetes
workbench/cosmos3-generate.md Cosmos 3 generation (npa-cosmos3) — build, run via CLI/SDK/workflow, and the runtime-credential posture that keeps weights out of the image
workbench/cosmos3-b200-checkpoint-evaluation-20260814.md Reserved-B200 Cosmos3 still-image checkpoint benchmark, blind three-seed review, and recommendation
workbench/cosmos3-super-serving.md Cosmos3-Super serving (npa-cosmos3-serving), an 8-GPU single-node endpoint: build, run, readiness window, and guardrail posture
../npa/workflows/workbench/npa-workflows/README.md Workflow catalog — find the right npa.workflow spec by what you want to do
architecture/solutions-model.md Platform model for adding and maintaining solutions
architecture/cli-namespaces.md CLI namespace conventions
cluster-backends.md Shared Managed Kubernetes and soperator backend architecture, fleet specs, state ownership, and safe teardown
quickstart.md Full npa CLI quickstart (macOS, Linux, WSL2 install blocks)
run-lifecycle.md What workflow submit checks before it spends a GPU-hour: gates, run identity, restart safety, and status semantics
agent.md The self-hosted npa agent browser workbench VM — deploy, what it can see, and its artifact paging contract
teardown.md Stop spend safely: the ordered teardown sequence, what each phase guards, and receipt-based recovery
cli/README.md CLI command reference index
cli-errors.md End-user CLI error formatting, exit codes, and JSON error output
sdk/errors.md Typed exceptions for programmatic SDK consumers and agents
testing/e2e-serverless.md E2E test conventions for serverless workloads
testing/e2e.md General E2E test conventions
testing/dev-vm-daily.md Daily tests run on the dev VM over SSH from GitHub Actions

Audience

Reader Start with
Salesperson or evaluator Workflow catalog to see what the platform runs
Customer running a first Workbench workload workbench/getting-started.md
Operator connecting Workbench to Kubernetes workbench/kubernetes.md
Developer adding a solution architecture/solutions-model.md
SDK integrator or agent author sdk/errors.md
Internal engineer triaging a failure cli-errors.md
Operator running e2e tests testing/e2e-serverless.md