You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ services:
186
186
context: .
187
187
dockerfile: docker/mineru.Dockerfile
188
188
image: mineru-vllm:latest
189
-
container_name: mineru
189
+
container_name: mineru-vllm-server
190
190
profiles:
191
191
- all
192
192
env_file:
@@ -237,20 +237,10 @@ services:
237
237
command:
238
238
--host 0.0.0.0
239
239
--port 30001
240
-
# parameters for vllm-engine
241
-
# --data-parallel-size 2 # If using multiple GPUs, increase throughput using vllm's multi-GPU parallel mode
242
-
# --gpu-memory-utilization 0.5 # If running on a single GPU and encountering VRAM shortage, reduce the KV cache size by this parameter, if VRAM issues persist, try lowering it further to `0.4` or below.
0 commit comments