From 244ad758d21f00ab6eccc71dadbbac0458e8763e Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Fri, 19 Dec 2025 09:56:24 -0800 Subject: [PATCH] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4fa77c..0e92914 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,9 @@ This repository contains the Docker configuration and startup scripts to run a m ## DISCLAIMER -This repository is not affiliated with NVIDIA or their subsidiaries. The content is provided as a reference material only, not intended for production use. -Some of the steps and parameters may be unnecessary, and some may be missing. This is a work in progress. Use at your own risk! +This repository is not affiliated with NVIDIA or their subsidiaries. This is a community effort aimed to help DGX Spark users to set up and run the most recent versions of vLLM on Spark cluster or single nodes. -The Dockerfile builds from the main branch of VLLM, so depending on when you run the build process, it may not be in fully functioning state. +The Dockerfile builds from the main branch of VLLM, so depending on when you run the build process, it may not be in fully functioning state. You can target a specific vLLM release by setting `--vllm-ref` parameter. ## CHANGELOG