diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -19,7 +19,12 @@ could use LLM's. make llamacpp ``` -2. Build the prompt binary: +2. Download models + ```bash + make fetchmodels + ``` + +3. Build the prompt binary: ```bash make prompt ``` |
