diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 + |
