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

Support various backend dtypes & async serialization #38

Merged
merged 25 commits into from
Jul 28, 2022

Conversation

dbaranchuk
Copy link
Collaborator

@dbaranchuk dbaranchuk commented Jul 28, 2022

  • Backends cast inputs to torch_dtype from a model config or the weight dtype. At the moment, it's supported only for forward and backward. TODO: add this for inference;

  • Async serialization on the client side to reduce the overhead of advanced quantization methods;

  • Update hivemind version that supports bfloat16;

  • Fix a bug with autograd backward.

@dbaranchuk dbaranchuk marked this pull request as ready for review July 28, 2022 15:04
@dbaranchuk dbaranchuk merged commit 04a2b6f into main Jul 28, 2022
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.

None yet

1 participant