Gaivoronsky
commited on
Commit
·
75a98eb
1
Parent(s):
b25f8b7
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,12 @@ pipeline_tag: text-generation
|
|
11 |
---
|
12 |
This is a generative model converted to fp16 format based on [IlyaGusev/saiga_mistral_7b_lora](https://huggingface.co/IlyaGusev/saiga_mistral_7b_lora)
|
13 |
|
|
|
|
|
|
|
|
|
14 |
|
|
|
15 |
```bash
|
16 |
python -u -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --model Gaivoronsky/Mistral-7B-Saiga
|
17 |
```
|
|
|
11 |
---
|
12 |
This is a generative model converted to fp16 format based on [IlyaGusev/saiga_mistral_7b_lora](https://huggingface.co/IlyaGusev/saiga_mistral_7b_lora)
|
13 |
|
14 |
+
Install vLLM
|
15 |
+
```bash
|
16 |
+
pip install vllm
|
17 |
+
```
|
18 |
|
19 |
+
Start server:
|
20 |
```bash
|
21 |
python -u -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --model Gaivoronsky/Mistral-7B-Saiga
|
22 |
```
|