From d3d8229b047939e442db797e1d1de65cdd45f462 Mon Sep 17 00:00:00 2001 From: AT Date: Sun, 30 Apr 2023 09:05:26 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa93d58b..6c1f78fb 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ GPT-J model by following build instructions below. * Advanced settings for changing temperature, topk, etc. (DONE) * YOUR IDEA HERE +## Getting the latest + +If you've already checked out the source code and/or built the program make sure when you do a git fetch to get the latest changes and that you also do ```git submodule update --init --recursive``` to update the submodules. + ## Building and running * Install Qt 6.x for your platform https://doc.qt.io/qt-6/get-and-install-qt.html