Skip to content

Commit 97b391d

Browse files
committed
remove extra hyphen in mistral compose
1 parent 3e9b70a commit 97b391d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/deploy-with-gpu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
image: ghcr.io/mistralai/mistral-src/vllm:latest
7070
ports:
7171
- mode: host
72-
- target: 8000
72+
target: 8000
7373
// highlight-next-line
7474
command: ["--host","0.0.0.0","--model","TheBloke/Mistral-7B-Instruct-v0.2-AWQ","--quantization","awq","--dtype","auto","--tensor-parallel-size","1","--gpu-memory-utilization",".95","--max-model-len","8000"]
7575
deploy:

0 commit comments

Comments
 (0)