Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6889429

Browse files
committed
Merge branch 'main' of github.com:abetlen/llama-cpp-python into main
2 parents df136cb + 4f0ec65 commit 6889429

File tree

4 files changed

+205
-429
lines changed

4 files changed

+205
-429
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docker:
7171
docker build -t llama-cpp-python:latest -f docker/simple/Dockerfile .
7272

7373
run-server:
74-
uvicorn --factory llama.server:app --host ${HOST} --port ${PORT}
74+
python llama_cpp/server --model ${MODEL}
7575

7676
clean:
7777
- cd vendor/llama.cpp && make clean

0 commit comments

Comments
 (0)