Skip to content

Commit

Permalink
Try autodetecting dtype parameter by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lasek <[email protected]>
  • Loading branch information
janekl committed Jan 21, 2025
1 parent c84be55 commit 1ad05bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/export/tensorrt_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def export(
paged_kv_cache: bool = True,
remove_input_padding: bool = True,
paged_context_fmha: bool = False,
dtype: Optional[str] = "bfloat16",
dtype: Optional[str] = None,
load_model: bool = True,
use_lora_plugin: str = None,
lora_target_modules: List[str] = None,
Expand Down

0 comments on commit 1ad05bc

Please sign in to comment.