Skip to content

Commit

Permalink
put --use-current-env at the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Jun 18, 2024
1 parent 087f22c commit 22d5143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ you can force milabench to use a single environment for everything.

.. code-block:: bash
milabench --use-current-env install
milabench --use-current-env prepare
milabench --use-current-env run --select bert-fp32
milabench install --use-current-env
milabench prepare --use-current-env
milabench run --use-current-env --select bert-fp32
Batch resizer
^^^^^^^^^^^^^
Expand Down

0 comments on commit 22d5143

Please sign in to comment.