Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: Automate the adapters manifests #463
feat: Automate the adapters manifests #463
Changes from 14 commits
cfe473c
2998e9b
ee9a1ae
7ade69c
9a2997c
9fb37f4
ae2131b
34cbeae
8a843ea
f176350
d0ba5aa
b82c029
78a97c3
db8b08d
386f944
b0f69c8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 96 in api/v1alpha1/workspace_validation.go
api/v1alpha1/workspace_validation.go#L96
Check warning on line 110 in api/v1alpha1/workspace_validation.go
api/v1alpha1/workspace_validation.go#L110
Check warning on line 113 in api/v1alpha1/workspace_validation.go
api/v1alpha1/workspace_validation.go#L113
Check warning on line 117 in api/v1alpha1/workspace_validation.go
api/v1alpha1/workspace_validation.go#L116-L117
Check warning on line 412 in api/v1alpha1/workspace_validation.go
api/v1alpha1/workspace_validation.go#L412
Check warning on line 419 in api/v1alpha1/workspace_validation.go
api/v1alpha1/workspace_validation.go#L418-L419
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change from
corev1.TolerationOpEqual
tocorev1.TolerationOpExists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The origin one was different from the yaml file, and it will make the adapter cannot find the node
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similiar question on why change to resources.CapacityNvidiaGPU here. these tolerations should ideally not need to be changed...
Check warning on line 136 in pkg/inference/preset-inferences.go
pkg/inference/preset-inferences.go#L134-L136