Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug: device_str in initialize_ray_cluster requires uppercase string #297

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

hlin99
Copy link

@hlin99 hlin99 commented Sep 18, 2024

fix bug: device_str in initialize_ray_cluster requires uppercase string

w/o the bug fix, multi HPUs will encounter "ValueError: The number of required hpus exceeds the total number of available hpus in the placement group" error, as the device_str is not expected as uppercase, then available hpus always returns 0.

… when executing prepare_input_tensors function"

This reverts commit 557c96b.
@michalkuligowski michalkuligowski merged commit bc39baa into HabanaAI:habana_main Sep 20, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants