Skip to content

Commit

Permalink
Refactor obtaining "resume_data" and bulk-grouping nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 committed Dec 3, 2024
1 parent eb8dc53 commit 6988f56
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 219 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_vmcount_of_tpu_part(part):
valid = PART_INVALID
break
else:
if util.part_is_tpu(part):
if util.lookup().partition_is_tpu(part):
vmcount = get_vmcount_of_tpu_part(part)
if vmcount == -1:
valid = DIFF_VMCOUNTS_SAME_PART
Expand Down
Loading

0 comments on commit 6988f56

Please sign in to comment.