Skip to content

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 <karankjariwala@gmail.com>

* Update streaming/util/importing.py

Co-authored-by: Karan Jariwala <karankjariwala@gmail.com>

* Add basic import redirect test.

---------

Co-authored-by: Karan Jariwala <karankjariwala@gmail.com>
* 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.

2 participants