浏览代码

rename `server` to `runner`

jmorganca 11 月之前
父节点
当前提交
be2f37b5d4
共有 2 个文件被更改,包括 3 次插入3 次删除
  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