Skip to content

Commit

Permalink
Replace nvtabular inference back-end with python (#1771)
Browse files Browse the repository at this point in the history
The NVTabular custom back-end is no longer maintained and shouldn't be used. The Triton Python back-end is now sufficient for what we need, so we can switch over to that.
  • Loading branch information
karlhigley committed Mar 1, 2023
1 parent 8aeee64 commit 371195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvtabular/inference/triton/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def export_tensorflow_ensemble(
label_columns=None,
sparse_max=None,
version=1,
nvtabular_backend="nvtabular",
nvtabular_backend="python",
cats=None,
conts=None,
):
Expand Down

0 comments on commit 371195a

Please sign in to comment.