mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-24 12:42:54 +08:00
20 lines
475 B
YAML
20 lines
475 B
YAML
methods:
|
|
__init__:
|
|
parameters:
|
|
# Experimental features
|
|
additional_model_outputs:
|
|
annotation: Optional[List[str]]
|
|
default: null
|
|
status: prototype
|
|
return_perf_metrics:
|
|
annotation: bool
|
|
default: false
|
|
beam_width_array:
|
|
annotation: Optional[List[int]]
|
|
default: null
|
|
prompt_ignore_length:
|
|
annotation: Optional[int]
|
|
default: null
|
|
return_annotation: None
|
|
properties: {}
|