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

gracefully handle incompatible hardware / handle server crashes #198

Open
k-dominik opened this issue Mar 8, 2022 · 0 comments
Open

gracefully handle incompatible hardware / handle server crashes #198

k-dominik opened this issue Mar 8, 2022 · 0 comments

Comments

@k-dominik
Copy link
Collaborator

I just stumbled over an issue on apple M1 - our current tensorflow version (1.14) doesn't run via rosetta - it fails with Illegal instruction... (the python process crashes/exits). This whole thing is somehow hidden in tiktorch - when, at some point tensorflow is imported in the server, the server process simply disappears.

For known incompatibilities like tensorflow with M1, we can of course issue an appropriate message before importing at all. Things like this might also happen with other libs - for this we should better handle crashing of the server.

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

No branches or pull requests

1 participant