v0.11.1
Changelog
Added
- Automatic estimation of cpu count when using multiprocessing
optim.initialize()
method to create optim state before the first backward pass
Changed
nlp.post_init
will not tee lazy collections anymore (useedsnlp.utils.collections.multi_tee
yourself if needed)
Fixed
- Corrected inconsistencies in
eds.span_linker
Pull Requests
- Fix span linking by @percevalw in #282
Full Changelog: v0.11.0...v0.11.1