NVCF: NVIDIA Cloud Functions
GitHub – NVIDIA/nvcf: NVIDIA Cloud Functions
NVCF is an ambitious and well‑structured platform that enables developers to deploy and scale GPU-accelerated workloads across multi-region clusters, with clear explanations of its control plane, invocation plane, and compute plane architecture. The repository is impressively comprehensive, bundling service code, deployment assets, examples, documentation, and CLI tooling into a single monorepo for a unified developer experience. Its support for both long-running functions and asynchronous tasks makes it flexible for inference, streaming, fine-tuning, and batch GPU workflows . The Bazel-based build system is robust and well-documented, offering multi-platform builds, caching, and end-to-end workflows for contributors and operators alike. Overall, the project feels mature, thoughtfully engineered, and geared toward teams running serious GPU workloads at scale.
Source: github.com/nvidia/nvcf