Skip to content

Commit

Permalink
bugfix: int being interpreted directly to bytes not GB
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin <[email protected]>
  • Loading branch information
KPostOffice authored and openshift-merge-bot[bot] committed Oct 9, 2024
1 parent 73b8cb7 commit bff13a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeflare_sdk/ray/cluster/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ def __post_init__(self):
)

self._validate_types()
self._memory_to_resource()
self._memory_to_string()
self._str_mem_no_unit_add_GB()
self._memory_to_resource()
self._cpu_to_resource()
self._gpu_to_resource()
self._combine_extended_resource_mapping()
Expand Down

0 comments on commit bff13a5

Please sign in to comment.