diff --git a/examples/pytorch_surrogate_model/README.rst b/examples/pytorch_surrogate_model/README.rst index 065d79eb1..81397c012 100644 --- a/examples/pytorch_surrogate_model/README.rst +++ b/examples/pytorch_surrogate_model/README.rst @@ -35,11 +35,11 @@ Run This example can be **only** be run with **Python**: -* **Python** script: ``python3 run_ml_surrogate.py``` +* **Python** script: ``python3 run_ml_surrogate.py`` For `MPI-parallel `__ runs, prefix these lines with ``mpiexec -n 4 ...`` or ``srun -n 4 ...``, depending on the system. -.. literalinclude:: run_fodo.py +.. literalinclude:: run_ml_surrogate.py :language: python :caption: You can copy this file from ``examples/pytorch_surrogate_model/run_ml_surrogate.py``.