mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
fix: Moving finished context requests to generation - Unfinished chunked context requests appear at end of context requests vector. - Replaced std::find_if with std::partition to find the correct position to move finished context requests to generation. Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| debugUtils.cpp | ||
| debugUtils.h | ||
| inflightBatchingUtils.cpp | ||
| inflightBatchingUtils.h | ||
| logitsThread.cpp | ||
| logitsThread.h | ||
| staticThreadPool.cpp | ||
| staticThreadPool.h | ||