Skip to content

Commit

Permalink
Update src/python/py/models/builder.py
Browse files Browse the repository at this point in the history
Co-authored-by: kunal-vaishnavi <[email protected]>
  • Loading branch information
apsonawane and kunal-vaishnavi authored Oct 10, 2024
1 parent 1089d43 commit 65bba01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/py/models/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ def make_tanh(self, name, root_input, dtype, shape):
self.make_value_info(output, dtype, shape=shape)

def make_matmul(self, matmul, basename, root_input, **kwargs):
print("Matmul attr = ", matmul)
if hasattr(matmul, "base_layer"):
# For LoRA `MatMul`
print("Making lora matmul")
Expand Down

0 comments on commit 65bba01

Please sign in to comment.