diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-18 18:56:21 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-08-19 07:04:43 +0800 |
| commit | f0de83242d511d6e6d79bd5fe1b19fbe0770c25e (patch) | |
| tree | fa58f2e38938b174f3b8a363440cd3dbd5b1cbbd /README.txt | |
| parent | 2ab3377227359c46b835899de91d9526cf7d2044 (diff) | |
| download | lex-f0de83242d511d6e6d79bd5fe1b19fbe0770c25e.tar.gz | |
RC file, add create user and install rc to make.
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 + |
