Skip to content

Commit

Permalink
Merge branch 'main' into large-scale-manual-private
Browse files Browse the repository at this point in the history
  • Loading branch information
pawloch00 authored Jan 15, 2025
2 parents cb08e69 + 8dfdc81 commit c600cfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xpk/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,9 @@ def get_main_container_resources(
if system.accelerator_type == AcceleratorType['GPU']:
return gpu_resources_yaml.format(system=system)

if system.accelerator_type == AcceleratorType['CPU']:
return ''

return f'{resource_type}: {system.chips_per_vm}'


Expand Down

0 comments on commit c600cfb

Please sign in to comment.