You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed fp16 training/inference with factors-combine concat method
Fixed clang 13.0.1 compatibility
Fixed potential vulnerabilities from lxml<4.9.1 or mistune<2.0.31
Fixed the --best-deep RNN alias not setting the s2s model type
Changed
Parameter synchronization in local sharding model now executes hash checksum before syncing
Make guided-alignment faster via sparse memory layout, add alignment points for EOS, remove losses other than ce
Negative --workspace -N value allocates workspace as total available GPU memory minus N megabytes.
Set default parameters for cost-scaling to 8.f 10000 1.f 8.f, i.e. when scaling scale by 8 and do not try to automatically scale up or down. This seems most stable.
Make guided-alignment faster via sparse memory layout, add alignment points for EOS, remove losses other than ce.
Changed minimal C++ standard to C++-17
Faster LSH top-k search on CPU
Updated intgemm to the latest upstream version
Parameters in npz files are no longer implicitly assumed to be row-ordered. Non row-ordered parameters will result in an abort