8000 misc: Update run server command · shamitv/llama-cpp-python@b9b50e5 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b9b50e5

Browse files
committed
misc: Update run server command
1 parent 6889429 commit b9b50e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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-
python llama_cpp/server --model ${MODEL}
74+
python3 -m llama_cpp.server --model ${MODEL}
7575

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

0 commit comments

Comments
 (0)
0