diff --git a/llama/server/README.md b/llama/runner/README.md similarity index 67% rename from llama/server/README.md rename to llama/runner/README.md index 9d67feb8..f78028d8 100644 --- a/llama/server/README.md +++ b/llama/runner/README.md @@ -1,9 +1,9 @@ -# `llama/server` +# `runner` ``` -./server -model +./runner -model ``` ``` curl POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/ -``` \ No newline at end of file +``` diff --git a/llama/server/main.go b/llama/runner/main.go similarity index 100% rename from llama/server/main.go rename to llama/runner/main.go