From 25be2a1be08c3b8a03b3a77a332516da3c0c0747 Mon Sep 17 00:00:00 2001 From: Derek Anderson Date: Mon, 21 Aug 2023 10:42:11 -0500 Subject: [PATCH] Update README.md missing init, then update will pull ggml --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32134b0d3..6a673b86f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ cd stable-diffusion.cpp ``` cd stable-diffusion.cpp git pull origin master +git submodule init git submodule update ```