diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index c4474c3d9..5b9fb2664 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -393,6 +393,17 @@ Now let us run the training part: We use ``export CUDA_VISIBLE_DEVICES=""`` so that ``icefall`` uses CPU even if there are GPUs available. +.. hint:: + + In case you get a ``Segmentation fault (core dump)`` error, please use: + + .. code-block:: bash + + export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python + + See more at `` if you are + interested. + The training log is given below: .. code-block::