llm-inference / server
Text Generation Inference
Capability: Text Generation Inference
Use it when
- serve supported Hugging Face models with continuous batching
- operate a production text-generation endpoint with metrics and streaming
What it solves
Not the fit when
- requires supported accelerators and model architecture
Install
docker pull ghcr.io/huggingface/text-generation-inference:latest
Invoke
Run the container with `--model-id MODEL` and GPU access, then call its Messages API or OpenAI-compatible endpoint.
Alternatives
No reviewed alternatives recorded yet.