Skip to content

Navigation Menu

Sign in
Appearance settings

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 filesBrowse files
committed
misc: Update run server command
1 parent 6889429 commit b9b50e5
Copy full SHA for b9b50e5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.