summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 912ef47..2fcb172 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,8 @@
USAGE
-Install: make install
-Start server: lexd -m <path to model>
-Connect to socket and type prompt: $ nc -U /var/run/lexd/sock
+1. Install: make install
+2. Set datasize-cur/datasize-max to 3G/4G for daemon class.
+3. Place model file in /var/lexd/model.gguf.
+4. Start service: rcctl start lexd
+5. Connect, type prompt, hit enter: nc -U /var/run/lexd/sock
+