Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaCai committed Mar 15, 2024
1 parent ec8e66b commit 69cbff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ def enable_kueue_crds(args, system) -> int:
cluster_hardware_name=cluster_hardware_name,
accelerator_label=create_accelerator_label(system.accelerator_type, system),
machine_label=create_machine_label(system.accelerator_type, system),
covered_resources_config=covered_resources_config
covered_resources_config=covered_resources_config,
resource_type=AcceleratorTypeToAcceleratorCharacteristics[system.accelerator_type].resource_type,
cluster_queue_name=_CLUSTER_QUEUE_NAME,
local_queue_name=_LOCAL_QUEUE_NAME,
Expand Down

0 comments on commit 69cbff8

Please sign in to comment.