From 6d86a8dc78b912675cdceeba81b204121d4f76a9 Mon Sep 17 00:00:00 2001 From: remsky Date: Mon, 30 Dec 2024 04:55:55 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 263c091..d873155 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Dockerized with NVIDIA GPU support, simple queue handling via sqllite, and autom ## Quick Start ```bash -# Start the API (will automatically clone source HF repo +# Start the API (will automatically clone source HF repo via git-lfs) docker compose up --build ```