We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
24.10 rc2
No response
(morpheus) root@cyber-99:/workspace# morpheus --log_level=DEBUG run --num_threads=8 --edge_buffer_size=4 --pipeline_batch_size=1024 --model_max_batch_size=32 pipeline-nlp --model_seq_length=128 --label=not_root_cause --label=is_root_cause from-file --filename=${MORPHEUS_ROOT}/models/datasets/validation-data/root-cause-validation-data-input.jsonlines deserialize preprocess --column=log --vocab_hash_file=./data/bert-base-uncased-hash.txt --truncation=True --do_lower_case=True --add_special_tokens=False inf-triton --model_name=root-cause-binary-onnx --server_url=localhost:8000 --force_convert_inputs=True monitor --description='Inference rate' --smoothing=0.001 --unit inf add-scores --label=is_root_cause serialize --exclude '^ts_' to-file --filename=./root-cause-binary-output.jsonlines --overwrite Parameter, 'labels_file', with relative path, 'data/labels_nlp.txt', does not exist. Using package relative location: '/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/data/labels_nlp.txt' Configuring Pipeline via CLI Usage: morpheus run pipeline-nlp from-file [OPTIONS] Try 'morpheus run pipeline-nlp from-file --help' for help. Error: Invalid value for '--filename': File '/workspace/models/datasets/validation-data/root-cause-validation-data-input.jsonlines' does not exist. (morpheus) root@cyber-99:/workspace#
[Paste the error here, it will be hidden by default]
[Paste the results of print_env.sh here, it will be hidden by default]
The text was updated successfully, but these errors were encountered:
Copy data files need by root_cause_analysis to examples/data
a8f76e8
Closes nv-morpheus#2030 Signed-off-by: Anuradha Karuppiah <[email protected]>
Copy data files needed by root_cause_analysis to examples/data (#2032)
0a17204
Closes #2030 This is needed to run root_cause_analysis in the release container. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Christopher Harris (https://github.com/cwharris) URL: #2032
AnuradhaKaruppiah
No branches or pull requests
Version
24.10 rc2
Which installation method(s) does this occur on?
No response
Describe the bug.
Minimum reproducible example
No response
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: