Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix model artifact versions #4774

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Fix model artifact versions #4774

merged 2 commits into from
Mar 31, 2023

Conversation

ukclivecox
Copy link
Contributor

Fix artifact version is not passed to scheduler from Model yaml.

Fixes: #4770

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@ukclivecox ukclivecox assigned sakoush and unassigned sakoush Mar 31, 2023
@ukclivecox ukclivecox requested a review from sakoush March 31, 2023 10:59
```

```bash
kubectl create -f ./models/multi-version-1.yaml -n ${NAMESPACE}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💭 Probably worth using apply here as we expect to update this later; I realise this is generated from the notebook

@@ -54,6 +55,7 @@ local-examples.md
k8s-examples.md
huggingface.md
model-zoo.md
multi-version.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ Has this file been added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will add!

Copy link
Contributor

@agrski agrski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One important question and a minor suggestion, but generally looks good!

I've also checked that the other parts of the model spec are provided in the adaptor between k8s resource and scheduler spec.

Copy link
Contributor

@agrski agrski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked this renders fine in docs - looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants