summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-02-12 22:53:07 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-02-12 22:53:07 +0100
commit4c927074b1e8d976f6cb73291fc8d502fc635a03 (patch)
treea639e069e356d40e6516b5c1f524056572aaebba /README.md
parent380a79e6cdf5cdc935eaf82a59c3358a8a2870d0 (diff)
downloadllmnpc-4c927074b1e8d976f6cb73291fc8d502fc635a03.tar.gz
Update infra
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa8c3a9..9d8fe1b 100644
--- a/README.md
+++ b/README.md
@@ -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
```