Skip to content

Commit b4eecd4

Browse files
authored
Update merlin/systems/workflow/base.py
1 parent 681454a commit b4eecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merlin/systems/workflow/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, workflow, output_dtypes, model_config, model_device):
7171
# by the `NVT_CPP_OPS` environment variable while we sort out whether
7272
# and how we want to use C++ implementations of NVTabular operators for
7373
# performance optimization)
74-
_nvt_cpp_ops = os.environ.get("NVT_CPP_OPS", "").split(",")
74+
_nvt_cpp_ops = os.environ.get("NVT_CPP_OPS", "Categorify").split(",")
7575
self._initialize_ops(self.workflow.output_node, restrict=_nvt_cpp_ops)
7676

7777
def _initialize_ops(self, workflow_node, visited=None, restrict=None):

0 commit comments

Comments
 (0)