TensorRT-LLMs/cpp/tensorrt_llm/layers
Kaiyu Xie bca9a33b02
Update TensorRT-LLM (#2008)
* Update TensorRT-LLM

---------

Co-authored-by: Timur Abishev <abishev.timur@gmail.com>
Co-authored-by: MahmoudAshraf97 <hassouna97.ma@gmail.com>
Co-authored-by: Saeyoon Oh <saeyoon.oh@furiosa.ai>
Co-authored-by: hattizai <hattizai@gmail.com>
2024-07-23 23:05:09 +08:00
..
banWordsLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
banWordsLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
baseLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
beamSearchLayer.cu Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
beamSearchLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
CMakeLists.txt Initial commit 2023-09-20 00:29:41 -07:00
decodingLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
decodingLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
decodingParams.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
dynamicDecodeLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
dynamicDecodeLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
explicitDraftTokensLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
explicitDraftTokensLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
layersFactory.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
layerUtils.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
lookaheadAlgorithm.cpp Update TensorRT-LLM (#1793) 2024-06-18 18:18:23 +08:00
lookaheadAlgorithm.h Update TensorRT-LLM (#1793) 2024-06-18 18:18:23 +08:00
lookaheadDecodingLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
lookaheadDecodingLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
lookaheadDecodingUtils.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
lookaheadPoolManager.cpp Update TensorRT-LLM (#1793) 2024-06-18 18:18:23 +08:00
lookaheadPoolManager.h Update TensorRT-LLM (#1763) 2024-06-11 16:59:02 +08:00
medusaDecodingLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
medusaDecodingLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
penaltyLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
penaltyLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
samplingLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
samplingLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
stopCriteriaLayer.cpp Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
stopCriteriaLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
topKSamplingLayer.cu Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
topKSamplingLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
topPSamplingLayer.cu Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00
topPSamplingLayer.h Update TensorRT-LLM (#2008) 2024-07-23 23:05:09 +08:00