Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/user_guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ Vllm calculates maximum available concurrency for current environment based on k
```

So for this specific scenario correct value for --max_concurrency is 10

### 3. Async scheduler causes error after preemption:

```
(EngineCore_DP0 pid=19906) assert request.num_output_placeholders >= 0
```

#### Solution:
0.11.0 version is missing crucial fixes from upstream. To avoid it try:
- lowering max concurrency
- decreasing `max-num-seqs`
- disabling async scheduler