TensorRT-LLMs/cpp/tensorrt_llm/layers
Kaiyu Xie 9bd15f1937
TensorRT-LLM v0.10 update
* TensorRT-LLM Release 0.10.0

---------

Co-authored-by: Loki <lokravi@amazon.com>
Co-authored-by: meghagarwal <16129366+megha95@users.noreply.github.com>
2024-06-05 20:43:25 +08:00
..
banWordsLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
banWordsLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
baseLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
beamSearchLayer.cu TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
beamSearchLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
CMakeLists.txt Initial commit 2023-09-20 00:29:41 -07:00
decodingLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
decodingLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
decodingParams.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
defaultDecodingParams.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
dynamicDecodeLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
dynamicDecodeLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
layersFactory.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
layerUtils.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
lookaheadDecodingUtils.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
lookaheadDecodingUtils.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
lookaheadPoolManager.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
lookaheadPoolManager.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
medusaDecodingLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
medusaDecodingLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
penaltyLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
penaltyLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
samplingLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
samplingLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
samplingParams.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
stopCriteriaLayer.cpp TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
stopCriteriaLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
topKSamplingLayer.cu TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
topKSamplingLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
topPSamplingLayer.cu TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00
topPSamplingLayer.h TensorRT-LLM v0.10 update 2024-06-05 20:43:25 +08:00