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

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 0: invalid start byte #45748

Open
demian2435 opened this issue Jun 5, 2024 · 2 comments
Labels
core Issues that should be addressed in Ray Core core-hardware Hardware support in Ray core: e.g. accelerators triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@demian2435
Copy link

device_name = device_name.decode("utf-8")

To solve this problem, I modifed the parameter to "utf-16"

@ossun
Copy link

ossun commented Jun 13, 2024

you're PRO :3

@Aricept094
Copy link

device_name = device_name.decode("utf-8")

To solve this problem, I modifed the parameter to "utf-16"

It was one of the first solutions that i tested, the ray starts working but it is unstable for example the weight and biases integration goes berserk fails to capture the target variable and many more problems. While temporary i dont suggest it.

@anyscalesam anyscalesam added core Issues that should be addressed in Ray Core core-hardware Hardware support in Ray core: e.g. accelerators triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues that should be addressed in Ray Core core-hardware Hardware support in Ray core: e.g. accelerators triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

4 participants