We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2182063 commit f1ba52eCopy full SHA for f1ba52e
nemo/collections/llm/peft/lora.py
@@ -180,7 +180,7 @@ def _make_main_branch(
180
else:
181
raise ValueError(f"Unsupported normalization ({norm_type})")
182
main_branch.append(op)
183
- main_branch.append(te.ops.Quantize(forward=True, backward=False))
+ # main_branch.append(te.ops.Quantize(forward=True, backward=False))
184
185
# Fork to LoRA branch
186
# Note: GEMM with beta=1 in backward pass
0 commit comments