Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Jul 24, 2024
1 parent 0cc2afe commit 16c60d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def migrate_resources(resources, gpus=None):
result = {
"limits": {
"cpus": (CPU_COUNT or 2) / 2,
"memory": f"{TOTAL_MEM / 1024 / 1024}M",
"memory": {TOTAL_MEM / 1024 / 1024},
}
}

Expand Down

0 comments on commit 16c60d4

Please sign in to comment.