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 6889429

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

File tree

Expand file treeCollapse file tree

4 files changed

+205
-429
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+205
-429
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-
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.