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

Add serialization method to TensorShare #15

Merged
merged 4 commits into from
Aug 8, 2023

Conversation

chainyo
Copy link
Owner

@chainyo chainyo commented Aug 8, 2023

This PR:

  • Rename TensorConverter to TensorProcessor.
  • Rename all the convert_backend_to_safetensors() to serialize_backend().
  • Move Backend enum and mapping OrderedDict to processor.constants.
  • Add a serialization function that leverages TensorProcessor serialization method.

@chainyo chainyo linked an issue Aug 8, 2023 that may be closed by this pull request
@chainyo chainyo added the feature New feature for the package label Aug 8, 2023
@chainyo chainyo merged commit 2392300 into main Aug 8, 2023
2 checks passed
@chainyo chainyo deleted the 14-add-serialization-method-to-tensorshare branch August 8, 2023 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature for the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add serialization method to TensorShare
1 participant