Skip to content

v22.11.00

Compare
Choose a tag to compare
@jperez999 jperez999 released this 22 Nov 22:37
· 172 commits to main since this release

What’s Changed

🐜 Bug Fixes

  • Update dockerfile.ci to find the NVT dev requirements file @karlhigley (#740)
  • Restrict cmake<3.25.0 to avoid an issue finding CUDA toolkit @karlhigley (#739)
  • add required dataloader dependency to run unit tests for dataloader @jperez999 (#735)
  • anchor xgboost to 1.6.2 to make tests pass @jperez999 (#726)
  • adding new metric loss_batch from merlin models @jperez999 (#727)

📄 Documentation

  • Add example notebook for training and inference on Sagemaker @edknv (#692)

🔧 Maintenance