Skip to content

Add gpu nfd feature on kubeflow notebook#1

Open
harperjuanl wants to merge 6 commits intoelements-of-ai:v1.6-branchfrom
harperjuanl:v1.6-branch
Open

Add gpu nfd feature on kubeflow notebook#1
harperjuanl wants to merge 6 commits intoelements-of-ai:v1.6-branchfrom
harperjuanl:v1.6-branch

Conversation

@harperjuanl
Copy link

No description provided.

if gpu_product in all_gpu_resource:
all_gpu_resource[gpu_product] += int(gpu_count)
else:
all_gpu_resource[gpu_product] = 1

Choose a reason for hiding this comment

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

Should be all_gpu_resource[gpu_product] = int(gpu_count)

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.

2 participants