We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681454a commit b4eecd4Copy full SHA for b4eecd4
merlin/systems/workflow/base.py
@@ -71,7 +71,7 @@ def __init__(self, workflow, output_dtypes, model_config, model_device):
71
# by the `NVT_CPP_OPS` environment variable while we sort out whether
72
# and how we want to use C++ implementations of NVTabular operators for
73
# performance optimization)
74
- _nvt_cpp_ops = os.environ.get("NVT_CPP_OPS", "").split(",")
+ _nvt_cpp_ops = os.environ.get("NVT_CPP_OPS", "Categorify").split(",")
75
self._initialize_ops(self.workflow.output_node, restrict=_nvt_cpp_ops)
76
77
def _initialize_ops(self, workflow_node, visited=None, restrict=None):
0 commit comments