Skip to content

Commit

Permalink
Fix the inference code's deprecation warning (#1757)
Browse files Browse the repository at this point in the history
Co-authored-by: Julio Perez <37191411+jperez999@users.noreply.github.com>
  • Loading branch information
karlhigley and jperez999 authored Feb 13, 2023
1 parent d226e6a commit 57e5514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvtabular/inference/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
warnings.warn(
"The `nvtabular.inference` module is being replaced by the Merlin Systems library. "
"Support for importing from `nvtabular.inference` is deprecated, "
"and will be removed in a future version. Please consider using the "
"models and layers from Merlin Systems instead.",
"and will be removed in a future version. Please consider using "
"operators and ensembles from Merlin Systems instead.",
DeprecationWarning,
)

0 comments on commit 57e5514

Please sign in to comment.