Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: NVIDIA/Megatron-Energon

7.1.0

25 Jun 11:10
cb7d4e0
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • Add AV metadata fetching in#138
    • Adds methodAVDecoder.get_metadata to retrieve all kinds of video/audio properties all at once
  • Fix for uppercase extensions in#141
    • Now e.g.*.WAV files will be handled just like*.wav
  • Addversion to CLI and prepped dataset in#142
    • Helps track which energon version you have and which version was used to prepare a dataset

Full Changelog:7.0.0...7.1.0

Assets2
Loading

7.0.0

05 Jun 16:13
272733d
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New Features

  • Introducing polylithic datasets that allow to load media data from auxiliary data sources on the fly
  • Cache pools to prefetch data (especially from auxiliary datasets) in the background
  • New AVDecoder based on fastseek for fast and selective video and audio decoding
  • A new watchdog that shows you a trace in case sample processing is stuck
  • Useenergon mount to access your energon datasets through a virtual (FUSE) filesystem
  • Much faster initialization even with millions of shards by using json instead of yaml
  • Samples now carry their__sources__ information along for simplified debugging
  • You can now specify a custom sample decoder in your task encoder (to define how to decode each file extension)
  • Improved documentation

Breaking Changes

  • ITERATION ORDER BREAKING CHANGE
  • Energon now requires Python 3.10 or later
  • Remove cooker condition functions (so we know cooker assignment without loading samples) in#139
  • Removed the old__subflavor__ in favor of the newer__subflavors__

Fixes

  • Fix docs build for Python 3.12
  • Fix a bug "tuple index out of range" inself.slice_offsets in#107
  • Fix packing at dataset exhaustion in#115
  • Fix Save - Restore indexing in#126
  • Fix Batch base class in#131
  • Fix absolute paths with protocol (i.e. msc://) in#135

New Contributors

Full Changelog:6.0.1...7.0.0

Contributors

  • @Queuecumber
Queuecumber
Loading

6.0.1

17 Mar 12:10
77b3e76
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

New Features

Fixes

Internal Changes

Full Changelog:5.2.0...6.0.1

Contributors

  • @voegtlel
  • @philipp-fischer
  • @jon-barker
  • @shunjiad
voegtlel, philipp-fischer, and 2 other contributors
Loading

5.2.0

19 Feb 10:24
a8d4894
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

New Features

Fixes

Internal Changes

Full Changelog:5.1.1...5.2.0

Contributors

  • @voegtlel
  • @philipp-fischer
  • @shunjiad
  • @nvnbagrov
voegtlel, philipp-fischer, and 2 other contributors
Loading

5.1.1

13 Feb 08:35
d8c48d1
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • Hotfix: Fix restore key if there's an empty worker in#68

Full Changelog:5.1.0...5.1.1

Loading

5.1.0

31 Jan 09:45
1782f65
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Whats Changed

  • Reduce checkpoint size, by reproducing the pending shards instead of storing them (@voegtlel,#49, CHECKPOINT BREAKING CHANGE)

Contributors

  • @voegtlel
voegtlel
Loading

5.0.0

17 Jan 08:43
ea7b99c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

  • Implement epochs for blending (optionally giving the number of repetitions for each dataset for an epoch instead of sampling weight) (@voegtlel,@philipp-fischer,#41,CHECKPOINT BREAKING CHANGE)
  • Implement grouped batching (e.g. for Open-Sora) (@voegtlel,#31)
  • Fix distribution of samples to workers if using lots of small datasets (@philipp-fischer,#32,ITERATION ORDER BREAKING CHANGE)
  • Improve and restructure documentation (@philipp-fischer,@voegtlel,#37)
  • Activatinggc.freeze() in workers on init to improvegc.collect() speed by a lot (@voegtlel,#40)
  • DeprecatedSavableLoader.save_state andSavableLoader.restore_state: Renamed tosave_state_global andrestore_state_global, and removed the option to not specify thedst_rank for saving (this is breaking but had no real use-case). Added docs for the scenarios. (@voegtlel,@philipp-fischer,#43)
  • Fix size print for >1PiB (@nvnbagrov,#39)

Internal Changes

Contributors

  • @voegtlel
  • @philipp-fischer
  • @nvnbagrov
voegtlel, philipp-fischer, and nvnbagrov
Loading

4.0.0

19 Nov 12:37
26700bb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Breaking Changes

  • Dataset checkpoints from <4.0.0 will not be compatible due to the structural simplification. Everything else (e.g. randomness and the interface compatibility) should remain the same.

Full Changelog:3.0.1...4.0.0

Contributors

  • @voegtlel
  • @philipp-fischer
voegtlel and philipp-fischer
Loading

3.0.1

06 Nov 12:48
10c47c6
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:3.0.0...3.0.1

Contributors

  • @philipp-fischer
philipp-fischer
Loading

3.0.0

24 Oct 13:10
62ea012
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:2.3.0...3.0.0

Contributors

  • @voegtlel
  • @philipp-fischer
voegtlel and philipp-fischer
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp