coreweave / tensorizer

Module, Model, and Tensor Serialization/Deserialization
MIT License
180 stars 25 forks source link

feat(stream_io): Remove range request restrictions #121

Closed Eta0 closed 5 months ago

Eta0 commented 5 months ago

Remove range request restrictions

This change removes restrictions on range requests for a subset of S3 endpoints, as they are no longer necessary to enforce.

This also fixes a bug where errors that occurred early on in deserialization reader threads were not properly propagated to the main thread.

This includes a prerelease version bump to 2.9.0a1. It shares a changelog entry with 2.9.0a0.