Support Matrix#
Container#
Item |
Value |
|---|---|
Container image |
|
Base image |
NVIDIA cuGraph + PyG |
CUDA version |
12.6 |
Python version |
3.10 |
Inference Server#
Item |
Value |
|---|---|
Triton Inference Server |
|
Triton HTTP port |
8000 |
Triton gRPC port |
8001 |
Triton metrics port |
8002 |
Triton artifacts generated by v3.0.0 training are not compatible with earlier Triton server versions.
Supported GPU Architectures#
Architecture |
Example GPUs |
Supported |
|---|---|---|
Ampere |
A100 40GB, A100 80GB, A6000 |
Yes |
Hopper |
H100 80GB |
Yes |
Supported Data Formats#
Format |
Extension |
Training |
Inference |
|---|---|---|---|
CSV |
|
Yes |
Yes |
Apache Parquet |
|
Yes |
Yes |
Apache ORC |
|
Yes |
Yes |
NumPy (masks only) |
|
Yes |
— |
Formats can be mixed within a single dataset. Mask files (train/val/test splits) are always .npy regardless of data format.
Supported Model Kinds#
|
Description |
|---|---|
|
Edge-level fraud prediction (default) |
|
Node-level fraud prediction |
|
XGBoost-only baseline (no GNN); trains directly on node feature vectors |
Supported GNN Encoders#
Encoder |
|
|---|---|
GraphSAGE |
|
Graph Attention Network |
|
Graph Transformer |
|
GeneralConv |
|
Supported LLM Providers (Explainability)#
Any OpenAI-compatible endpoint is supported:
Provider |
Notes |
|---|---|
NVIDIA NIM |
Default; set |
OpenAI |
Set |
Azure OpenAI |
Set |
vLLM (self-hosted) |
Set |