Skip to content

Commit

Permalink
Dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Jan 16, 2025
1 parent 62b4284 commit 4642dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas_examples/llm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def quantize_llm(args):
)
model_config = TransformersModelConfig(
pretrained=args.model,
dtype="float16",
dtype=args.dtype,
use_chat_template=True,
model_parallel=True,
accelerator=accelerator,
Expand Down

0 comments on commit 4642dce

Please sign in to comment.