Run a vLLM Server on HF Jobs in One Command

Huggingface··Submitted by Mads Kristian Nylund
Open Source AIAI ToolsAI Infrastructure

The article explains how to run a private, OpenAI-compatible LLM endpoint on Hugging Face infrastructure with a single command, allowing quick testing and evaluation. It details the process of launching a server using the `hf jobs run` command, specifying GPU resources and exposing the model's port, and provides instructions for querying the model via curl or Python. The endpoint requires an HF token for access and is not publicly available.

Read Article

More from Huggingface

Related Articles