Moses25 commited on
Commit
572dc0d
·
verified ·
1 Parent(s): a4f5f75

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
- git clone https://huggingface.co/Moses25/Mistral-7B-Instruct-32K-AWQ
3
  git clone https://github.com/vllm-project/vllm.git
4
  cd vllm && VLLM_TARGET_DEVICE=cpu python setup.py install && cd ..
 
5
  python -m vllm.entrypoints.openai.api_server --model=Mistral-7B-Instruct-32K-AWQ \
6
  --trust-remote-code --host 0.0.0.0 --port 7777 \
7
  --gpu-memory-utilization 0.8 \
 
1
  #!/bin/bash
 
2
  git clone https://github.com/vllm-project/vllm.git
3
  cd vllm && VLLM_TARGET_DEVICE=cpu python setup.py install && cd ..
4
+ git clone https://huggingface.co/Moses25/Mistral-7B-Instruct-32K-AWQ
5
  python -m vllm.entrypoints.openai.api_server --model=Mistral-7B-Instruct-32K-AWQ \
6
  --trust-remote-code --host 0.0.0.0 --port 7777 \
7
  --gpu-memory-utilization 0.8 \