Integrations
MatrixHub is built to integrate seamlessly with standard ML systems and high-performance inference frameworks.
đ GPU Inference Enginesâ
MatrixHub acts as a private, high-speed cache endpoint for your serving nodes. Set the HF_ENDPOINT redirect when starting an inference engine. For detailed integration instructions, see:
-
vLLM
Set
HF_ENDPOINTin the vLLM runtime environment to load models through MatrixHub. -
SGLang
Set
HF_ENDPOINTin the SGLang runtime environment to load models from the MatrixHub cache. -
llm-d
Inject
HF_ENDPOINTinto the llm-d model server to distribute models through MatrixHub inside the cluster. -
Dynamo
Set
HF_ENDPOINTin the Dynamo deployment so the inference runtime retrieves models through MatrixHub.
Model Distribution and P2P Accelerationâ
-
ModelExpress cache reuse
Use MatrixHub as the model source while ModelExpress caches model downloads for reuse across Dynamo workers.
-
Dynamo GPU P2P
Use MatrixHub for model-file distribution and ModelExpress to transfer loaded GPU weights between Dynamo workers over NIXL, UCX, and RDMA.