Skip to content

Commit

Permalink
chariot integration bugfixes (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom authored Aug 31, 2023
1 parent c671a2b commit 3056c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/velour/integrations/chariot/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_chariot_model_integration(
except ClientException as e:
if "does not exist" not in str(e):
raise e
velour_model = create_model_from_chariot(client, model.id)
velour_model = create_model_from_chariot(client, model)

# retrieve task-related parser
velour_parser = get_prediction_parser_from_chariot(
Expand Down
2 changes: 1 addition & 1 deletion helm/velour-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.7.1"
appVersion: "0.7.2"

0 comments on commit 3056c9e

Please sign in to comment.