Skip to content

Commit

Permalink
update punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Feb 17, 2021
1 parent 7d649f6 commit d2eb6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/benchmarking/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ Most UNIX-based operating systems provide direct access to tmpfs through a mount

0. Increase shared memory if necessary. Refer to the documentation of your OS how to do this.

1. Copy training data to shared memory
1. Copy training data to shared memory:

.. code-block:: bash
cp -r /path/to/data/on/disk /dev/shm/
2. Refer to the new data root in your script or command line arguments
2. Refer to the new data root in your script or command line arguments:

.. code-block:: python
Expand Down

0 comments on commit d2eb6a6

Please sign in to comment.