Skip to content

Commit

Permalink
Remove --force_convert_inputs=True flag since implicit casting is alw…
Browse files Browse the repository at this point in the history
…ays enabled for C++ mode
  • Loading branch information
dagardner-nv committed May 1, 2024
1 parent 1840ed1 commit f0641f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nlp_si_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ morpheus --log_level=DEBUG \
`# 3rd Stage: Preprocessing converts the input data into BERT tokens` \
preprocess --vocab_hash_file=data/bert-base-uncased-hash.txt --do_lower_case=True --truncation=True \
`# 4th Stage: Send messages to Triton for inference. Specify the model loaded in Setup` \
inf-triton --model_name=sid-minibert-onnx --server_url=localhost:8000 --force_convert_inputs=True \
inf-triton --model_name=sid-minibert-onnx --server_url=localhost:8000 \
`# 5th Stage: Monitor stage prints throughput information to the console` \
monitor --description "Inference Rate" --smoothing=0.001 --unit inf \
`# 6th Stage: Add results from inference to the messages` \
Expand Down

0 comments on commit f0641f1

Please sign in to comment.