tensorrt_llm_type
Code from TRT-LLM that export optimized models to the TensorRT-LLM checkpoint.
Classes
LayerNormPositionType from tensorrt_llm.functional. |
|
LayerNormType from tensorrt_llm.functional. |
|
MLPType from tensorrt_llm.functional. |
- class LayerNormPositionType
Bases:
IntEnumLayerNormPositionType from tensorrt_llm.functional.
- __new__(value)
- post_layernorm = 1
- pre_layernorm = 0