HP Z Runtime (ZRT) is a CLI tool that wraps vLLM, providing a streamlined experience for serving large language models. It handles environment setup, model management, and inference serving with simple, intuitive commands.
This repository is the hub for bug reports and new feature requests.
snap install --classic zrt
-
Setup Z Runtime:
sudo zrt setup -
Disable auth and TLS:
zrt config set proxy.auth.type none && zrt config set proxy.tls.enabled falseNote: This is safe with default (local) settings. Secure your public releases.
-
Download and serve a model:
zrt serve nvidia/NVIDIA-Nemotron-3-Nano-4B-BF16→ OpenAI-compatible API will be available at (by default) http://127.0.0.1:8080/v1/
Navigate to "Issues" and select the "New issue" button to file a bug report or a request for new functionality. Please use the defined templates so we receive helpful information about your bug or idea. We appreciate your input!
Note that you must be logged in to GitHub to file an issue.
Learn more at https://zdocs.datascience.hp.com/docs/zruntime/overview