Skip to content
New issue

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

[BUG]: root_cause_analysis sample data files are not present in the 24.10 release container #2030

Closed
2 tasks done
AnuradhaKaruppiah opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@AnuradhaKaruppiah
Copy link
Contributor

Version

24.10 rc2

Which installation method(s) does this occur on?

No response

Describe the bug.

(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# 

Minimum reproducible example

No response

Relevant log output

Click here to see error details

[Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

[Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@AnuradhaKaruppiah AnuradhaKaruppiah added the bug Something isn't working label Oct 31, 2024
AnuradhaKaruppiah added a commit to AnuradhaKaruppiah/Morpheus that referenced this issue Oct 31, 2024
rapids-bot bot pushed a commit that referenced this issue Nov 1, 2024
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
@dagardner-nv dagardner-nv added this to the 24.10 - Release milestone Nov 1, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Morpheus Boards Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants