Переглянути джерело

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/
 curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/
-```
+```

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