Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb committed Sep 21, 2023
1 parent 8b5724d commit 18af7aa
Show file tree
Hide file tree
Showing 11 changed files with 170 additions and 5 deletions.
6 changes: 6 additions & 0 deletions gen/pb-go/flyteidl/core/tasks.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion gen/pb-go/flyteidl/service/admin.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion gen/pb-go/flyteidl/service/agent.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gen/pb-go/flyteidl/service/openapi.go

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions gen/pb-java/flyteidl/core/Tasks.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gen/pb_rust/flyteidl.core.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions protos/flyteidl/core/tasks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ message GPUAccelerator {

// Additional metadata associated with resources to allocate to a task
message ResourceMetadata {
// Selection of GPU accelerators currently involves using node selectors and/or
// tolerations to schedule a given workload on the right node group. Given that
// these are attributes of the pod, and not directly associated with the primary
// container's resource specification (the `nvidia.com/gpu` resource name is used
// across accelerators), we pass this request through as resource metadata
// instead.
GPUAccelerator gpu_accelerator = 1;
}

Expand Down

0 comments on commit 18af7aa

Please sign in to comment.