r-three/git-theta

Configurable Serialization, Combining, and Saving to a backend

Open

#243 opened on Apr 24, 2024

 (0 comments) (0 reactions) (0 assignees)Python (8 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (219 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently we have the tensor Serialization, Combining (when multiple key values are packed together) and Read/Writing in well defined and composed classes, but they aren't exposed for configuration. If we ever plan to allow for changing these, i.e., to support an s3 backend, we should set them up as plugins.

Contributor guide