We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77df3eb commit 52ecd62Copy full SHA for 52ecd62
examples/models/llama/export_llama_lib.py
@@ -598,7 +598,7 @@ def _prepare_for_llama_export(args) -> LLMEdgeManager:
598
599
# Assumes the checkpoint has uniform dtype.
600
checkpoint_dtype = next(edge_manager.model.parameters()).dtype
601
- print(f"checkpoint dtype: {checkpoint_dtype}")
+ logging.info(f"checkpoint dtype: {checkpoint_dtype}")
602
# We want to quantize the weights of the model in the checkpoint dtype.
603
edge_manager = edge_manager.set_output_dir(output_dir_path).source_transform(
604
_get_source_transforms(
0 commit comments