Skip to content

Commit 371195a

Browse files
committed
Replace nvtabular inference back-end with python (#1771)
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.
1 parent 8aeee64 commit 371195a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvtabular/inference/triton/ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def export_tensorflow_ensemble(
3636
label_columns=None,
3737
sparse_max=None,
3838
version=1,
39-
nvtabular_backend="nvtabular",
39+
nvtabular_backend="python",
4040
cats=None,
4141
conts=None,
4242
):

0 commit comments

Comments
 (0)