Skip to content

Commit

Permalink
Switch to package relative path for bert-base-cased-hash.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 10, 2024
1 parent 0b7b51d commit 0a297c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/log_parsing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ morpheus --log_level INFO \
pipeline-nlp \
from-file --filename ./models/datasets/validation-data/log-parsing-validation-data-input.csv \
deserialize \
preprocess --vocab_hash_file ${MORPHEUS_ROOT}/morpheus/data/bert-base-cased-hash.txt --stride 64 --column=raw \
preprocess --vocab_hash_file data/bert-base-cased-hash.txt --stride 64 --column=raw \
monitor --description "Preprocessing rate" \
inf-logparsing --model_name log-parsing-onnx --server_url localhost:8001 --force_convert_inputs=True \
monitor --description "Inference rate" --unit inf \
Expand Down

0 comments on commit 0a297c6

Please sign in to comment.