File: llama.cpp-tools.llama-server.service

package info (click to toggle)
llama.cpp 8064%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 76,488 kB
  • sloc: cpp: 353,828; ansic: 51,268; python: 30,090; lisp: 11,788; sh: 6,336; objc: 1,395; javascript: 924; xml: 384; makefile: 236
file content (16 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=llama.cpp LLM inference server
After=network-online.target

[Service]
User=_llama-server
Group=_llama-server

ExecStart=/usr/bin/llama-server

Environment=LLAMA_CACHE=/var/cache/llama-server
EnvironmentFile=/etc/default/llama-server

[Install]
WantedBy=multi-user.target