Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

Any framework that runs on Kubernetes or in Linux containers works on CoreWeave Kubernetes Service (CKS) and SUNK. The following sections highlight popular AI and ML frameworks, grouped by category, with links to CoreWeave guides where available.

Interactive development

The following table lists notebook environments and interactive UIs.
FrameworkDescriptionCKS guideSUNK guide
marimoReactive notebook environment for interactive Python development with GPU support.marimo notebooks on CKSNotebooks on SUNK
JupyterInteractive computing platform for notebooks, code, and data visualization.Compatible on CKSNotebooks on SUNK
Open WebUIWeb-based chat interface for interacting with locally deployed language models.Deploy a model on CKSNot applicable

Training frameworks

The following table lists frameworks used for training models and distributed training.
FrameworkDescriptionCKS guideSUNK guide
PyTorchOpen-source deep-learning framework with GPU acceleration and distributed training through torchrun.Compatible on CKSSubmit a training job
TensorFlowOpen-source platform for building and deploying machine-learning models across a range of tasks.Compatible on CKSSubmit a training job
KerasHigh-level neural network API that runs on top of TensorFlow, JAX, or PyTorch.Compatible on CKSCompatible on SUNK
JAXHigh-performance numerical computing library with automatic differentiation and XLA compilation for GPUs and TPUs.JAX on marimo notebooksCompatible on SUNK
Hugging Face TransformersLibrary for pretrained models for natural language processing, computer vision, and audio tasks.Compatible on CKSCompatible on SUNK
DeepSpeedDeep-learning optimization library for distributed training and inference with memory-efficient techniques.Compatible on CKSCompatible on SUNK
Megatron-LMNVIDIA framework for training large transformer models using model and data parallelism.Compatible on CKSCompatible on SUNK
HorovodDistributed deep-learning training framework supporting TensorFlow, Keras, PyTorch, and Apache MXNet.Compatible on CKSCompatible on SUNK
PaddlePaddleDeep-learning framework with support for distributed training and model deployment.Compatible on CKSCompatible on SUNK
PAXJAX-based framework for configuring and running ML experiments at scale.Compatible on CKSCompatible on SUNK
BigDLDistributed deep-learning library for Apache Spark and Intel hardware.Compatible on CKSCompatible on SUNK
MegEngineDeep-learning framework with dynamic and static graph support.Compatible on CKSCompatible on SUNK
MindSporeAI computing framework for training and inference across cloud, edge, and device.Compatible on CKSCompatible on SUNK
torchforgeTraining framework for reinforcement learning with group relative policy optimization (GRPO).Compatible on CKStorchforge on SUNK
veRLFramework for reinforcement learning training of large language models with Slurm and Ray integration.Compatible on CKSveRL on SUNK

Inference frameworks

The following table lists frameworks used for model serving and inference.
FrameworkDescriptionCKS guideSUNK guide
vLLMHigh-throughput and memory-efficient LLM inference and serving engine.Deploy vLLM inferenceCompatible on SUNK
SGLangServing framework for large language models and vision language models.SGLang on CKSCompatible on SUNK
NVIDIA TensorRTGPU inference optimizer that delivers low-latency and high-throughput model serving.Compatible on CKSCompatible on SUNK
NVIDIA TensorRT-LLMLibrary for optimizing and deploying large language model inference on GPUs.TensorRT-LLM on marimo notebooksCompatible on SUNK
NVIDIA NIMNVIDIA inference microservices for deploying optimized AI models as containerized services.Deploy NIMs on CKSCompatible on SUNK
NVIDIA DynamoCluster-wide inference orchestration with the Kai scheduler and Grove.Dynamo inference on CKSCompatible on SUNK
Red Hat AI Inference StackGPU-based LLM inference using llm-d, KServe, Istio, and the Gateway API.Red Hat AI on CKSCompatible on SUNK
OpenVINOIntel toolkit for optimizing and deploying inference across CPU, GPU, and accelerator hardware.Compatible on CKSCompatible on SUNK
TensorFlow LiteLightweight runtime for running TensorFlow models on edge and mobile devices.Compatible on CKSCompatible on SUNK

Orchestration and management

The following table lists frameworks for scheduling workloads and managing ML operations on clusters.
FrameworkDescriptionCKS guideSUNK guide
RayDistributed computing framework for scaling AI and Python applications across clusters.Ray with KueueRay on SUNK
AnyscaleManaged platform for deploying and scaling Ray-based distributed AI and ML workloads.Anyscale on CKSCompatible on SUNK
KubeflowOpen-source machine-learning platform for portable, scalable ML workflows on Kubernetes.Kubeflow on CKSCompatible on SUNK
SkyPilotFramework for running AI and ML workloads across cloud infrastructure.SkyPilot on CKSSkyPilot on SUNK
Union.aiManaged platform for Flyte, providing workflow orchestration for data and ML pipelines with a hosted control plane.Union.ai on CKSCompatible on SUNK
KueueKubernetes-native job queueing system for prioritized workload scheduling and resource management.Ray with KueueCompatible on SUNK

ML libraries

The following table lists general-purpose machine-learning and AutoML libraries.
FrameworkDescriptionCKS guideSUNK guide
XGBoostOptimized gradient boosting library for classification, regression, and ranking tasks.Compatible on CKSCompatible on SUNK
scikit-learnGeneral-purpose machine-learning library for classification, regression, clustering, and preprocessing.Compatible on CKSCompatible on SUNK
MLlibApache Spark’s distributed machine-learning library for classification, regression, clustering, and pipelines.Compatible on CKSCompatible on SUNK
ML.NETCross-platform machine-learning framework for .NET applications.Compatible on CKSCompatible on SUNK
TPOTAutomated machine-learning tool that optimizes ML pipelines using genetic programming.Compatible on CKSCompatible on SUNK
AutoKerasAutoML library built on Keras for automated neural architecture search.Compatible on CKSCompatible on SUNK
Auto-sklearnAutoML toolkit that automatically selects and tunes scikit-learn models.Compatible on CKSCompatible on SUNK
PlaidMLPortable deep-learning backend that runs on a variety of hardware including CPUs and GPUs.Compatible on CKSCompatible on SUNK

GPU acceleration libraries

The following table lists GPU-accelerated computing libraries.
FrameworkDescriptionCKS guideSUNK guide
cuDNNNVIDIA GPU-accelerated library of primitives for deep neural networks.Compatible on CKSCompatible on SUNK
cuBLASNVIDIA GPU-accelerated implementation of the BLAS (Basic Linear Algebra Subprograms) standard.Compatible on CKSCompatible on SUNK

Deprecated frameworks

The following frameworks are deprecated or no longer actively maintained by their upstream projects. They can still run on CKS and SUNK in custom container images.
FrameworkDescriptionStatus
Apache MXNetDistributed deep-learning framework.Retired by the Apache Software Foundation in 2023.
Caffe and Caffe2Deep-learning frameworks for image classification and convolutional networks.Caffe2 merged into PyTorch. Caffe is no longer actively maintained.
ChainerDeep-learning framework with a define-by-run approach.Development ended in 2019. Successor: PyTorch.
Microsoft Cognitive Toolkit (CNTK)Deep-learning framework for distributed training.Archived by Microsoft in 2019.
TheanoNumerical computation library with GPU support for defining and optimizing mathematical expressions.Development ended in 2017.
TorchScientific computing framework with GPU support based on Lua.Superseded by PyTorch.
This list isn’t exhaustive. If a framework isn’t listed, you can build custom container images and deploy them on CKS or SUNK.
Last modified on April 20, 2026