From 9d351cd6d5bb7074bce48e631c65d6d05bae5513 Mon Sep 17 00:00:00 2001 From: eugr Date: Fri, 5 Dec 2025 11:32:02 -0800 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 76e594e..e9fdc76 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The Dockerfile builds from the main branch of VLLM, so depending on when you run ## CHANGELOG +### 2025-12-05 + +Added `build-and-copy.sh` for convenience. + ### 2025-11-26 Initial release.