Skip to content

Commit

Permalink
put all params on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClifford committed Feb 16, 2024
1 parent edae077 commit 73f8ea6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions playground/run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
#!/bin/bash
python -m llama_cpp.server \
--model ${MODEL_PATH} \
--host ${HOST:=0.0.0.0} \
--port ${PORT:=8001} \
--n_gpu_layers ${GPU_LAYERS:=0} \
--clip_model_path ${CLIP_MODEL_PATH:=None} \
--chat_format ${CHAT_FORMAT:="llama-2"}
python -m llama_cpp.server --model ${MODEL_PATH} --host ${HOST:=0.0.0.0} --port ${PORT:=8001} --n_gpu_layers ${GPU_LAYERS:=0} --clip_model_path ${CLIP_MODEL_PATH:=None} --chat_format ${CHAT_FORMAT:="llama-2"}

0 comments on commit 73f8ea6

Please sign in to comment.