fix: align enable_overlap_scheduler naming between code and docs (#2038)

This commit is contained in:
ws
2024-11-15 19:39:10 +08:00
committed by GitHub
parent f6dd648620
commit 29ebe3dff4
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ If you see out of memory (OOM) errors, you can try to tune the following paramet
- You can also try to decrease `--mem-fraction-static`, which reduces the memory usage of the KV cache memory pool and helps both prefill and decoding.
### Try Advanced Options
- To enable the experimental overlapped scheduler, add `--enable-overlap-scheduler`. It overlaps CPU scheduler with GPU computation and can accelerate almost all workloads. This does not work for constrained decoding currenly.
- To enable the experimental overlapped scheduler, add `--enable-overlap-schedule`. It overlaps CPU scheduler with GPU computation and can accelerate almost all workloads. This does not work for constrained decoding currenly.
- To enable torch.compile acceleration, add `--enable-torch-compile`. It accelerates small models on small batch sizes. This does not work for FP8 currenly.
### Tune `--schedule-policy`