Skip to content

Commit

Permalink
FIXED: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen0815 committed Mar 3, 2024
1 parent e8d2d92 commit dcb26ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-cpp-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docker run -d \
docker run -d \
--name llama-cpp-python \
--cap-add SYS_RESOURCE \
-e MODEL_DOWNLOAD="False \
-e MODEL_DOWNLOAD="False" \
-v /path/to/your/model/mistral-7b-instruct-v0.2.Q4_K_M.gguf:/model/mistral-7b-instruct-v0.2.Q4_K_M.gguf \
-p 8000:8000/tcp \
3x3cut0r/llama-cpp-python:latest \
Expand Down

0 comments on commit dcb26ad

Please sign in to comment.