Spaces:
Runtime error
Runtime error
Update run.sh
Browse files
run.sh
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
git clone https://huggingface.co/Moses25/Mistral-7B-Instruct-32K-AWQ
|
|
|
|
|
3 |
python -m vllm.entrypoints.openai.api_server --model=Mistral-7B-Instruct-32K-AWQ \
|
4 |
--trust-remote-code --host 0.0.0.0 --port 7777 \
|
5 |
--gpu-memory-utilization 0.8 \
|
|
|
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 \
|