Steven Palma
a8b72d9615
feat(dataset): 2x faster dataloader via parallel decode, uint8 transport, and persistent workers ( #3406 )
...
* feat(dataset): 2xfaster dataloader
* fix(dataset): streaming return uint8 decode
* fix(tests): adjust normalization step comparison
* fix(dataset): with threadexecutor + False default
* chore(dataset): make it a config
* fix(test): account for uint8 in training path testing
2026-04-19 00:08:22 +02:00
Steven Palma
df0763a2bc
feat(dependencies): minimal default tag install ( #3362 )
2026-04-12 20:03:04 +02:00
Steven Palma
d90e4bcfd3
refactor(dataset): modular files ( #3171 )
...
* refactor(dataset): modular files
* refactor(dataset): update imports across the codebase
2026-03-15 23:58:09 -07:00
Steven Palma
2b304eeb84
feat(dataset): expose tolerance_s argument to training config ( #2653 )
2025-12-16 00:53:19 +01:00
Steven Palma
c5b5955c5a
chore: replace hard-coded next values with constants throughout all the source code ( #2056 )
2025-09-26 14:30:07 +02:00
Steven Palma
d2782cf66b
chore: replace hard-coded action values with constants throughout all the source code ( #2055 )
...
* chore: replace hard-coded 'action' values with constants throughout all the source code
* chore(tests): replace hard-coded action values with constants throughout all the test code
2025-09-26 13:33:18 +02:00
Steven Palma
43d878a102
chore: replace hard-coded obs values with constants throughout all the source code ( #2037 )
...
* chore: replace hard-coded OBS values with constants throughout all the source code
* chore(tests): replace hard-coded OBS values with constants throughout all the test code
2025-09-25 15:36:47 +02:00
Francesco Capuano
33cad37054
Add Streaming Dataset ( #1613 )
...
Co-authored-by: Michel Aractingi <michel.aractingi@huggingface.co >
2025-09-15 14:08:01 +02:00
Simon Alibert
d4ee470b00
Package folder structure ( #1417 )
...
* Move files
* Replace imports & paths
* Update relative paths
* Update doc symlinks
* Update instructions paths
* Fix imports
* Update grpc files
* Update more instructions
* Downgrade grpc-tools
* Update manifest
* Update more paths
* Update config paths
* Update CI paths
* Update bandit exclusions
* Remove walkthrough section
2025-07-01 16:34:46 +02:00