Moses25 commited on
Commit
2b10985
1 Parent(s): 46485d7

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -8,7 +8,7 @@ git clone https://github.com/vllm-project/vllm.git
8
  cd vllm && VLLM_TARGET_DEVICE=cpu python setup.py install && cd ..
9
  git clone https://huggingface.co/Moses25/Mistral-7B-Instruct-32K-AWQ
10
 
11
- set VLLM_CPU_KVCACHE_SPACE=15
12
  python -m vllm.entrypoints.openai.api_server --model=Mistral-7B-Instruct-32K-AWQ \
13
  --trust-remote-code --host 0.0.0.0 --port 7777 \
14
  --gpu-memory-utilization 0.8 \
 
8
  cd vllm && VLLM_TARGET_DEVICE=cpu python setup.py install && cd ..
9
  git clone https://huggingface.co/Moses25/Mistral-7B-Instruct-32K-AWQ
10
 
11
+ eexport VLLM_CPU_KVCACHE_SPACE=15
12
  python -m vllm.entrypoints.openai.api_server --model=Mistral-7B-Instruct-32K-AWQ \
13
  --trust-remote-code --host 0.0.0.0 --port 7777 \
14
  --gpu-memory-utilization 0.8 \