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

Document known ARM64 issues #2128

Merged
merged 11 commits into from
Jan 27, 2025
Prev Previous commit
Next Next commit
Document lack of arm support
  • Loading branch information
dagardner-nv committed Jan 22, 2025
commit 2cb6084b3567c0d94d55baaf59cc36c1f17a80fa
6 changes: 6 additions & 0 deletions examples/gnn_fraud_detection_pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ All environments require additional Conda packages which can be installed with e
| Morpheus Release Container | ✔ | |
| Dev Container | ✔ | |

### Supported Architectures
| Architecture | Supported | Issue |
|--------------|-----------|-------|
| x86_64 | ✔ | |
| aarch64 | ✘ | [#2123](https://github.com/nv-morpheus/Morpheus/issues/2123) |

## Requirements

Prior to running the GNN fraud detection pipeline, additional requirements must be installed in to your Conda environment.
Expand Down