v23.05.00
版本发布时间: 2023-05-31 22:40:19
NVIDIA-Merlin/Transformers4Rec最新发布版本:v23.12.00(2024-01-11 22:03:56)
What’s Changed
🐜 Bug Fixes
- Fixing the projection layer when using weight tying and dim from Transformer output and item embedding differs @gabrielspmoreira (#689)
🚀 Features
- Fix the randomness in the stochastic_swap_noise tests @sararb (#707)
📄 Documentation
- update end-to-end example to use systems api @radekosmulski (#680)
🔧 Maintenance
- Add Transformers Torch Extras to install requirements @oliverholworthy (#699)
- Add Conda Package Publish Workflow @oliverholworthy (#688)
- Add workflows to check base branch and set stable branch @oliverholworthy (#694)
- Rename integration test job from
gpu-ci
togpu-ci-integration
@oliverholworthy (#687) - Remove padding from NVTabular getting started example @oliverholworthy (#677)
- Update tag pattern in GitHub Workflows @oliverholworthy (#695)
- don't re-run github actions when PRs get closed @nv-alaiacano (#691)
- remove blossom github action @nv-alaiacano (#681)
- Add topk arg to return topk items and scores at inference step @rnyak (#678)
- Use
torch.testing.assert_close
to check model outputs @oliverholworthy (#686)