Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
cmikeh2 committed Nov 10, 2023
1 parent 295fa61 commit 9b0bcca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ class EmbeddingParameter(ParameterBase):
"""

def finalize(self) -> torch.Tensor:
print("EmbeddingParameter.finalize")
return self.inference_model.transform_embedding_param(self.params)

0 comments on commit 9b0bcca

Please sign in to comment.