YUGOROU commited on
Commit
12c3ef8
·
verified ·
1 Parent(s): 4ad5827

fix: add --max-lora-rank 32 to serve_test.sh

Browse files
Files changed (1) hide show
  1. eqbench-ja-run/serve_test.sh +1 -0
eqbench-ja-run/serve_test.sh CHANGED
@@ -39,6 +39,7 @@ exec vllm serve "${BASE_MODEL}" \
39
  --max-num-seqs 16 \
40
  --enable-prefix-caching \
41
  --enable-lora \
 
42
  --lora-modules "${LORA_NAME}=${LORA_REPO}" \
43
  --trust-remote-code \
44
  ${HF_TOKEN:+--hf-token "${HF_TOKEN}"}
 
39
  --max-num-seqs 16 \
40
  --enable-prefix-caching \
41
  --enable-lora \
42
+ --max-lora-rank 32 \
43
  --lora-modules "${LORA_NAME}=${LORA_REPO}" \
44
  --trust-remote-code \
45
  ${HF_TOKEN:+--hf-token "${HF_TOKEN}"}