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

Enable C++ mode for abp_pcap_detection example #1687

Merged

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented May 3, 2024

Description

  • Update the pcap-preprocess stage to ensure tensors are in row major as required by Triton.
  • Update the pcap-preprocess stage to cast float64 data to model's expected input of float32, removing the need to specify force_convert_inputs. Since this stage is specific to this pipeline & model.

Closes #1675

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

…e grpc port since we're using the python impl now
…t causes a float32 vs float64 error in the add-scores stage
…g is always enabled for C++ mode"

This reverts commit f0641f1.
…g is always enabled for C++ mode"

This reverts commit c49d3a7.
@dagardner-nv dagardner-nv requested a review from a team as a code owner May 3, 2024 20:42
@dagardner-nv dagardner-nv self-assigned this May 3, 2024
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels May 3, 2024
@mdemoret-nv mdemoret-nv changed the title Enable C++ mode for abp_pcap_detection example Enable C++ mode for abp_pcap_detection example May 8, 2024
@mdemoret-nv
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit 78dab99 into nv-morpheus:branch-24.06 May 8, 2024
13 checks passed
@dagardner-nv dagardner-nv deleted the abp_pcap_detection-1675 branch May 8, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG]: abp_pcap_detection example should run in C++ mode
2 participants