mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
* add space in test output Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * perf: reduce executor lock scope Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * refactor: Move TokenRangeRetentionConfig implementation to cpp file Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * fix: Improve finished steps handling for external draft tokens - Fixed a bug where the whole finished steps tensor was being zeroes instead of the slices. - Replaced the creation of a temporary tensor for finished steps with a direct slice from the input tensor, improving efficiency and readability. - Updated the tensor management logic to streamline the process of setting zero values for finished steps during batch processing. Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> * chore: Clean up includes Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> --------- Signed-off-by: Robin Kobus <19427718+Funatiq@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cache_transmission | ||
| 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 | ||