Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ Requires vLLM >= 0.18.0.
|
|
| 67 |
|
| 68 |
```bash
|
| 69 |
vllm serve evilfreelancer/context-1-mxfp4 \
|
| 70 |
-
--served-model-name
|
| 71 |
--trust-remote-code \
|
| 72 |
--dtype auto \
|
| 73 |
--gpu-memory-utilization 0.9 \
|
|
@@ -88,7 +88,7 @@ services:
|
|
| 88 |
entrypoint: vllm
|
| 89 |
command: >
|
| 90 |
serve evilfreelancer/context-1-mxfp4
|
| 91 |
-
--served-model-name
|
| 92 |
--trust-remote-code
|
| 93 |
--dtype auto
|
| 94 |
--gpu-memory-utilization 0.9
|
|
@@ -98,7 +98,7 @@ services:
|
|
| 98 |
--enable-auto-tool-choice
|
| 99 |
--tool-call-parser openai
|
| 100 |
ports:
|
| 101 |
-
-
|
| 102 |
deploy:
|
| 103 |
resources:
|
| 104 |
reservations:
|
|
|
|
| 67 |
|
| 68 |
```bash
|
| 69 |
vllm serve evilfreelancer/context-1-mxfp4 \
|
| 70 |
+
--served-model-name evilfreelancer/context-1-mxfp4 \
|
| 71 |
--trust-remote-code \
|
| 72 |
--dtype auto \
|
| 73 |
--gpu-memory-utilization 0.9 \
|
|
|
|
| 88 |
entrypoint: vllm
|
| 89 |
command: >
|
| 90 |
serve evilfreelancer/context-1-mxfp4
|
| 91 |
+
--served-model-name evilfreelancer/context-1-mxfp4
|
| 92 |
--trust-remote-code
|
| 93 |
--dtype auto
|
| 94 |
--gpu-memory-utilization 0.9
|
|
|
|
| 98 |
--enable-auto-tool-choice
|
| 99 |
--tool-call-parser openai
|
| 100 |
ports:
|
| 101 |
+
- 8080:8000
|
| 102 |
deploy:
|
| 103 |
resources:
|
| 104 |
reservations:
|