Skip to content

Commit

Permalink
fix: Fix Makefile run-server
Browse files Browse the repository at this point in the history
  • Loading branch information
richdougherty committed Nov 2, 2024
1 parent 156bd4b commit 5dc0a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker:
docker build -t llama-cpp-python:latest -f docker/simple/Dockerfile .

run-server:
uvicorn --factory llama.server:app --host ${HOST} --port ${PORT}
uvicorn --factory llama_cpp.server:create_app --host ${HOST} --port ${PORT}

clean:
- cd vendor/llama.cpp && make clean
Expand Down

0 comments on commit 5dc0a1e

Please sign in to comment.