Browse Source

rename `server` to `runner`

jmorganca 11 months ago
parent
commit
be2f37b5d4
2 changed files with 3 additions and 3 deletions
  1. 3 3
      llama/runner/README.md
  2. 0 0
      llama/runner/main.go

+ 3 - 3
llama/server/README.md → llama/runner/README.md

@@ -1,9 +1,9 @@
-# `llama/server`
+# `runner`
 
 ```
-./server -model <model binary>
+./runner -model <model binary>
 ```
 
 ```
 curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
-```
+```

+ 0 - 0
llama/server/main.go → llama/runner/main.go