Skip to content

v23.05.00

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 14:40
· 30 commits to main since this release
a73cddd

What’s Changed

⚠ Breaking Changes

🐜 Bug Fixes

  • Fix the code that aligns returned data with the output schema @karlhigley (#335)
  • Convert Workflow outputs to Triton-friendly format using TensorTable @bschifferer (#317)
  • Make minor adjustments to the way Workflow outputs are formatted @karlhigley (#314)
  • Revert "Remove the Triton-specific Workflow execution code (#309)" @karlhigley (#313)
  • remove numpy conversion for cpu based data @jperez999 (#311)
  • Fix PredictTensorflow args in session-based serving integration test @karlhigley (#310)
  • Adjust setup_faiss to use METRIC_INNER_PRODUCT @karlhigley (#308)
  • Remove the extra columns validation from WorkflowRunner @karlhigley (#303)
  • Fix Tensorflow serving to make Merlin example tests pass again @karlhigley (#298)

🚀 Features

  • update feast op to handle feast 0.31 - latest @jperez999 (#344)
  • Support Ragged inputs and outputs in TransformWorkflow with Triton @oliverholworthy (#324)
  • add AUTO kind for deployment of tritonserver and support no gpu environment @jperez999 (#321)
  • Update SoftmaxSampling to support dynamic dtypes @oliverholworthy (#304)
  • Add initial support and integration test for Merlin Models transformer models @karlhigley (#299)
  • Fix Tensorflow serving to make Merlin example tests pass again @karlhigley (#298)

🔧 Maintenance