-
Notifications
You must be signed in to change notification settings - Fork 549
Conversation
'enflame.com/dtu': | ||
config.taskRoles[taskRole].resourcePerInstance.gpu, |
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.
what is this for? could you include a clear and detailed description explaining the reasons for the changes?
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.
enflame DTU(Deep Thinking Unit) is the AI process card from enflame.
With help of enflame k8s device plugin, the DTUs in worker nodes can be detected and allocated by K8S.
This commit adds the 'enflame.com/dtu' as another GPU resource to OpenPAI.
@@ -484,6 +484,8 @@ const generateTaskRole = ( | |||
'github.com/fuse': 1, | |||
'nvidia.com/gpu': | |||
config.taskRoles[taskRole].resourcePerInstance.gpu, | |||
'enflame.com/dtu': |
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.
- we don't have such card to test or use
- this pr won't work and it will break all nodes
pls feel free to keep a fork to support your new card, and pls do test your code before submitting a pr
Close this. Related issues & PRs are tracked in #5138 now. |
No description provided.