Skip to content

Commit

Permalink
update fil stage
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Jul 15, 2024
1 parent 746530c commit f0dbfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/stages/preprocess/preprocess_fil_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def pre_process_batch(msg: ControlMessage, fea_len: int, fea_cols: typing.List[s

# We need the C++ impl of TensorMemory until #1646 is resolved
msg.tensors(_messages.TensorMemory(count=count, tensors={"input__0": data, "seq_ids": seg_ids}))
# msg.set_metadata("inference_memory_params", {"inference_type": "fil"})
msg.set_metadata("inference_memory_params", {"inference_type": "fil"})
return msg

def _get_preprocess_fn(
Expand Down

0 comments on commit f0dbfc0

Please sign in to comment.