From 6007bb52070fc4b4815fc4c3ac597edaf4c83a46 Mon Sep 17 00:00:00 2001 From: Guenther Schmuelling Date: Wed, 26 Feb 2025 09:19:37 -0800 Subject: [PATCH] Update src/python/py/models/builder.py Co-authored-by: kunal-vaishnavi <115581922+kunal-vaishnavi@users.noreply.github.com> --- src/python/py/models/builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/py/models/builder.py b/src/python/py/models/builder.py index dbdc238eb..c432e06c5 100644 --- a/src/python/py/models/builder.py +++ b/src/python/py/models/builder.py @@ -3362,7 +3362,7 @@ def get_args(): use_qdq = Use the QDQ decomposition for ops. Use this option when you want to use quantize-dequantize ops. For example, you will have a quantized MatMul op instead of the MatMulNBits op. use_webgpu_fp32 = Use FP32 for WebGPU EP. - Use this option to enable gpus that do not support fp16 on webgpu, ie gtx10xx. + Use this option to enable GPUs that do not support FP16 on WebGPU (e.g. GTX 10xx). adapter_path = Path to folder on disk containing the adapter files (adapter_config.json and adapter model weights). Use this option for LoRA models. include_prompt_templates = Include prompt templates in the GenAI config file. Default is false.