Skip to content

Commit

Permalink
Update morpheus_quickstart_guide.md (nv-morpheus#42)
Browse files Browse the repository at this point in the history
Remove output_type in phishing instructions
  • Loading branch information
pdmack authored Apr 26, 2022
1 parent e650279 commit 9b90b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/morpheus_quickstart_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ $ helm install --set ngc.apiKey="$API_KEY" \
inf-triton --force_convert_inputs=True --model_name=phishing-bert-onnx --server_url=ai-engine:8001 \
monitor --description='Inference Rate' --smoothing=0.001 --unit inf \
add-class --label=pred --threshold=0.7 \
serialize --exclude '^ts_' --output_type='json' \
serialize --exclude '^ts_' \
to-kafka --output_topic <YOUR_OUTPUT_KAFKA_TOPIC> --bootstrap_servers broker:9092" \
--namespace $NAMESPACE \
<YOUR_RELEASE_NAME> \
Expand Down

0 comments on commit 9b90b32

Please sign in to comment.