mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* feat: Implement synchronous request termination in batch manager - Added `terminateRequestSync` method to `TrtEncoderModel` and `TrtGptModelInflightBatching` for handling request termination in the next `forwardSync` call. - Updated existing request termination logic to utilize the new synchronous method, ensuring generated tokens are cleared appropriately. - Enhanced logging for clarity in token management during request processing. Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fixup! feat: Implement synchronous request termination in batch manager Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fix: MockedModelCancelRequest Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fixup! feat: Implement synchronous request termination in batch manager Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fix: terminate with timeout Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fixup! feat: Implement synchronous request termination in batch manager Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * docs: Update doc string for allottedTimeMs Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> --------- Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cache_transmission | ||
| cacheTransceiverConfig.cpp | ||
| CMakeLists.txt | ||
| contextPhaseParams.cpp | ||
| debugConfig.cpp | ||
| decodingConfig.cpp | ||
| disaggServerUtil.cpp | ||
| dynamicBatchConfig.cpp | ||
| dynamicBatchTuner.cpp | ||
| dynamicBatchTuner.h | ||
| executor.cpp | ||
| executorConfig.cpp | ||
| executorImpl.cpp | ||
| executorImpl.h | ||
| executorKVCacheEventManager.cpp | ||
| extendedRuntimePerfKnobConfig.cpp | ||
| guidedDecodingConfig.cpp | ||
| guidedDecodingParams.cpp | ||
| intervalSet.h | ||
| jsonSerialization.cpp | ||
| kvCacheConfig.cpp | ||
| kvCacheRetentionConfig.cpp | ||
| logitsPostProcessorConfig.cpp | ||
| loraConfig.cpp | ||
| model.h | ||
| mropeConfig.cpp | ||
| orchestratorConfig.cpp | ||
| orchestratorUtils.h | ||
| outputConfig.cpp | ||
| parallelConfig.cpp | ||
| peftCacheConfig.cpp | ||
| promptTuningConfig.cpp | ||
| request.cpp | ||
| requestImpl.h | ||
| requestUtils.cpp | ||
| requestUtils.h | ||
| requestWithId.cpp | ||
| requestWithId.h | ||
| response.cpp | ||
| responseImpl.h | ||
| samplingConfig.cpp | ||
| schedulerConfig.cpp | ||
| serialization.cpp | ||
| serializeUtils.h | ||
| speculativeDecodingConfig.cpp | ||
| tensor.cpp | ||
| types.cpp | ||