Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: kalyan <[email protected]>
  • Loading branch information
rawwar committed Nov 6, 2023
1 parent d5d5830 commit 8f46cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch_py_ml/ml_commons/ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def upload_model(
model_id = self._model_uploader._register_model(
model_path=model_path,
model_meta_path=model_config_path,
isVerbose=isVerbose
isVerbose=isVerbose,
)

# loading the model chunks from model index
Expand Down

0 comments on commit 8f46cf9

Please sign in to comment.