Eva Jagodic
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ Install **vLLM** and
|
|
| 53 |
run the [server](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html#openai-compatible-server):
|
| 54 |
|
| 55 |
```
|
| 56 |
-
python -m vllm.entrypoints.openai.api_server --model cortecs/EuroLLM-9B-Instruct-FP8-Dynamic
|
| 57 |
```
|
| 58 |
Access the model:
|
| 59 |
```
|
|
|
|
| 53 |
run the [server](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html#openai-compatible-server):
|
| 54 |
|
| 55 |
```
|
| 56 |
+
python -m vllm.entrypoints.openai.api_server --model cortecs/EuroLLM-9B-Instruct-FP8-Dynamic --gpu-memory-util 0.95
|
| 57 |
```
|
| 58 |
Access the model:
|
| 59 |
```
|