You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip - Implement offloading of literals
* Fix use of metadata bucket prefix
* Fix repeated use of uri
* Add temporary representation for offloaded literal
* Add one unit test
* Add another test
* Stylistic changes to the two tests
* Add test for min offloading threshold set to 1MB
* Pick a unique engine-dir for tests
* s/new_outputs/literal_map_copy/
* Remove unused constant
* Use output_prefix in definition of offloaded literals
* Add initial version of pbhash.py
* Add tests to verify that overriding the hash is carried over to offloaded literals
* Add a few more tests
* Always import ParamSpec from `typing_extensions`
* Fix lint warnings
* Set inferred_type using the task type interface
* Add comment about offloaded literals files and how they are uploaded to the metadata bucket
* Add offloading_enabled
* Add more unit tests including a negative test
* Fix bad merge
* Incorporate feedback.
* Fix image name (unrelated to this PR - just a nice-to-have to decrease flakiness)
* Add `is_map_task` to `_dispatch_execute`
---------
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
0 commit comments