-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededneeds-kindIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.
Description
What would you like to be cleaned:
Make sure the resources are qualified.
llmaz/api/inference/v1alpha1/config_types.go
Lines 48 to 52 in 8637aa9
| // Resources represents the resource requirements for backend, like cpu/mem, | |
| // accelerators like GPU should not be defined here, but at the Model flavors, | |
| // or the same accelerator requirements defined there will be covered and | |
| // the workload will lose the fungibility capacity. | |
| Resources *ResourceRequirements `json:"resources,omitempty"` |
Why is this needed:
Metadata
Metadata
Assignees
Labels
cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededneeds-kindIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-priorityIndicates a PR lacks a label and requires one.Indicates a PR lacks a label and requires one.needs-triageIndicates an issue or PR lacks a label and requires one.Indicates an issue or PR lacks a label and requires one.