Commit ·
6541f9b
1
Parent(s): e7ee64e
updated readme
Browse files- root_gnn_dgl/README.md +1 -1
root_gnn_dgl/README.md
CHANGED
|
@@ -134,4 +134,4 @@ When running a multinode training, remember to use the `--multinode` run-time ar
|
|
| 134 |
|
| 135 |
### Inference Parallelization
|
| 136 |
|
| 137 |
-
Model inference parallelization is done with `mpi4py` (currently not listed in the conda environment requirements).
|
|
|
|
| 134 |
|
| 135 |
### Inference Parallelization
|
| 136 |
|
| 137 |
+
Model inference parallelization is done with `mpi4py` (currently not listed in the conda environment requirements). You can run the parallel inference script with `mpirun -np <num_nodes> python jobs/inference/run_inference.py`.
|