Skip to content

Commit 24c2cba

Browse files
committed
Add tpu resouce flavor to kueue
1 parent 8b8f767 commit 24c2cba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/xpk/core/kueue.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,10 @@ def get_kueue_covered_resources_config(
506506
resources:
507507
- name: "{resource_type}"
508508
nominalQuota: {total_chips}
509+
- name: "cpu"
510+
nominalQuota: 99999999999
511+
- name: "memory"
512+
nominalQuota: 9999999Ti
509513
"""
510514
config_string = config_format.format(
511515
cluster_hardware_name=cluster_hardware_name,

0 commit comments

Comments
 (0)