Skip to content

Commit

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

0 comments on commit a845b6b

Please sign in to comment.