Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Apr 26, 2024
1 parent 0613100 commit 25b3839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merlin/systems/workflow/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, workflow, output_dtypes, model_config, model_device):
)

# recurse over all column groups, initializing operators for inference pipeline.
# (disabled everyting other than Categorify for now while we sort out whether
# (disabled everything other than Categorify for now while we sort out whether
# and how we want to use C++ implementations of NVTabular operators for
# performance optimization)
self._initialize_ops(self.workflow.output_node, restrict=["Categorify"])
Expand Down

0 comments on commit 25b3839

Please sign in to comment.