Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Thanawan Atchariyachanvanit <[email protected]>
  • Loading branch information
thanawan-atc committed Jul 25, 2023
1 parent 9bf8250 commit eb5eca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/model_uploader/model_autotracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def register_and_deploy_sentence_transformer_model(
def verify_embedding_data(
original_embedding_data: List["DTypeLike"],
tracing_embedding_data: List["DTypeLike"],
model_format: str,
) -> bool:
"""
Verify the embeddings generated by the traced model with that of original model
Expand Down

0 comments on commit eb5eca2

Please sign in to comment.