Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
examples/phi/README.md
max_batch_size
intrtllm-build
command is 256 by default now.max_num_tokens
intrtllm-build
command is 8192 by default now.api
ingptManagerBenchmark
command isexecutor
by default now.bias
argument to theLayerNorm
module, and supports non-bias layer normalization.LLM.generate()
API.SamplingConfig
SamplingParams
with some sampling parameters, seetensorrt_llm/hlapi/utils.py
SamplingParams
instead ofSamplingConfig
inLLM.generate()
API, seeexamples/high-level-api/README.md
GptManager
APImaxBeamWidth
intoTrtGptModelOptionalParams
schedulerConfig
intoTrtGptModelOptionalParams
convert_hf_mpt_legacy
call failure when the function is called in other than global scope, thanks to the contribution from @bloodeagle40234 in Define hf_config explisitly for convert_hf_mpt_legacy #1534.use_fp8_context_fmha
broken outputs (use_fp8_context_fmha broken outputs #1539).--ipc=host
notes to installation guide to prevent bus error, seedocs/source/installation/build-from-source-linux.md
anddocs/source/installation/linux.md
(Bus error running t5 conversion script using the latest main #1538)