Skip to content

Commit

Permalink
fix: max-parallel-loading-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 9, 2024
1 parent eb19695 commit beab940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
command:
- "--model=${MODEL:-mistralai/Mistral-7B-v0.1}"
- "--tensor-parallel-size=4"
- "--max-parallel-loading-workers"
- "--dtype=half" # https://github.com/vllm-project/vllm/issues/1157
expose:
- "8000"
Expand Down

0 comments on commit beab940

Please sign in to comment.