Distributed Inference
An inference approach that distributes model execution across multiple machines or accelerators to improve throughput, reduce latency, or support models that exceed the resources of a single device.
Explore more about Infrastructure
Related terms
A computing approach in which processing tasks are distributed across multiple interconnected computers that work together as a single system.
Distributed TrainingA training approach that distributes model training across multiple machines or accelerators to reduce training time and enable larger models or datasets.
GPUGPUA Graphics Processing Unit (GPU) is a specialized parallel processor designed to perform large-scale mathematical computations efficiently, making it the primary hardware for training and running AI models.
AcceleratorA specialized hardware device designed to speed up compute-intensive workloads such as AI training and inference by efficiently executing parallel operations.
Model ServingThe process of making an AI model available for inference by deploying it behind an interface that accepts requests and returns predictions or generated outputs.