Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sashhhaka committed Jul 25, 2024
1 parent 1b6f47f commit 882a92b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion configs/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaults:
- model/model

num_samples: 5
index: 2
index: 4
sample_path: "data/samples/sample.csv"
dvc_file_path: "data/samples.dvc"

Expand Down
1 change: 0 additions & 1 deletion src/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@

# mv = client.get_model_version(name = model_name, version=model_version)
# mv = client.get_model_version_by_alias(name = model_name, alias=model_alias)
model_version = 1
# print("Model input schema: ", model.metadata.get_input_schema())

schema = model.metadata.get_input_schema()
Expand Down

0 comments on commit 882a92b

Please sign in to comment.