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

Parquet streaming [WIP] #538

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open

Parquet streaming [WIP] #538

wants to merge 13 commits into from

Conversation

knighton
Copy link
Contributor

No description provided.

knighton and others added 13 commits November 10, 2023 16:53
* scripts/ -> benchmarks/.

* examples/ -> notebooks/.

* streaming/multimodal/ -> examples/multimodal/ (reorganized).

* streaming/text/ -> examples/text (reorganized).

* streaming/vision/base.py -> streaming/base/vision.py.

* Switch streaming/base/vision.py to kwargs.

* streaming/vision/ -> examples/vision/.

* Update pyproject.toml.

* And .pre-commit-config.yaml.

* Fix headers.

* Collapse "base/": streaming/base/ -> streaming/.

* Fil imports re: collapsing the `base/` dirs upward.

* Fixes (imports and indentation).

* Update test_streaming_remote.py to not rely on any specific SD example subclasses

* Fix pypyroject config.

* Update paths.

* Fix.

* More examples/ moves.

* Comma-tailing args.

* Fix links.

* More fixes.

* Fix missing license.

* How about this for import redirects...

* Or this...

* Improve redirect deprecation warning.

* examples/ tree: __init__ imports and __all__'s.^

* benchmarks/ tree: __init__ imports and __all__'s

* notebooks/ tree: __init__ imports and __all__'s.

* Add notebooks/ symlink to docs/source.

* Add benchmarks, examples, and notebooks trees to document_modules.

* Also add benchmarks symlink. Or should we only symlink to notebooks/?
* Dataset kwargs switchover.

* Docstrings: **kwargs not kwargs.

* Docstrings: Callable not callable.

* Add dev to workflows.
* Break up util.py.

* Update streaming/util/importing.py

Co-authored-by: Karan Jariwala <[email protected]>

* Update streaming/util/importing.py

Co-authored-by: Karan Jariwala <[email protected]>

* Add basic import redirect test.

---------

Co-authored-by: Karan Jariwala <[email protected]>
* Redo/generalize/tighten args shorthand, clean up usage, update tests.

* Fix (cruft).

* Fix (typo).

* Fix (reference to member).

* Tweak.

* Divide tests/test_util.py into tests/util/....py.

* Fix.

* Error messages.

* Lowercase, no space.
* Benchmarking all backends and formats.

* Fix (missing docstrings).
* New storage APIs.

* Potentially fix import issue.

* Fix (path).

* Fix (paths).

* Fix (paths).
* Stdize docstrings, also fix ordering of get_sample_data, decode_sample.

* Terminology: "joint" -> "mono".

* "split" -> "dual" to stop confusing people (SplitWriter != dataaset splits)

* "Reader" -> "Shard". They manage shards. They do more than read.

* Fix filenames accordingly.

* Finally, JSON -> JSONL.

* Switch order of decorators...

* Fix markdown code.
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.

1 participant