Skip to content

Commit

Permalink
Merge pull request #565 from containers/fix-llamacpp-default-chat-format
Browse files Browse the repository at this point in the history
temp fix revert to llama-2 format by default
  • Loading branch information
cooktheryan authored Jun 14, 2024
2 parents 137197b + a40bd35 commit 52f75d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ${MODEL_PATH} ]; then
--port ${PORT:=8001} \
--n_gpu_layers ${GPU_LAYERS:=0} \
--clip_model_path ${CLIP_MODEL_PATH:=None} \
--chat_format ${CHAT_FORMAT:=None} \
--chat_format ${CHAT_FORMAT:=llama-2} \
--interrupt_requests ${INTERRUPT_REQUESTS:=False}
exit 0
fi
Expand Down

0 comments on commit 52f75d3

Please sign in to comment.