Skip to content

Commit

Permalink
doc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
luiskuhn committed Feb 19, 2024
1 parent 2ac8854 commit 9c2bbbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ This is sufficient to train on the CPU. If you want to train using the GPU you n
Test Environment
++++++++++++++++++

This codebase has been tested in a virtual machine running **Ubuntu 22.04 LTS**. We installed Conda using the method suggested for Linux in the `Anaconda documentation <https://docs.anaconda.com/free/miniconda/#quick-command-line-install>`_. We installed **CUDA Toolkit 12.3 Update 2** for Ubuntu 22.04 using the instructions for the `network installation <https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_network>`_. We installed Docker following the documentation for `Ubuntu <https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository>`_. Please note the `Post install steps <https://docs.docker.com/engine/install/linux-postinstall/>`_. We installed Docker **Version 25.0.3, build 4debf41**. We followed the documentation to install the **NVIDIA Container Toolkit version 1.14.5** using `Apt <https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-with-apt>`_.
This codebase has been tested in a virtual machine running **Ubuntu 22.04 LTS**. We installed **Miniconda** using the method suggested for Linux in the `Anaconda documentation <https://docs.anaconda.com/free/miniconda/#quick-command-line-install>`_. We installed **CUDA Toolkit 12.3 Update 2** for Ubuntu 22.04 using the instructions for the `network installation <https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=22.04&target_type=deb_network>`_. We installed Docker **Version 25.0.3, build 4debf41**, following the documentation for `Ubuntu <https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository>`_. Please note the `Post install steps <https://docs.docker.com/engine/install/linux-postinstall/>`_. We followed the documentation to install the **NVIDIA Container Toolkit version 1.14.5** using `Apt <https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-with-apt>`_.

We installed `Mlflow <https://mlflow.org/>`_ version **2.10.2** using the following conda command:

``conda install conda-forge::mlflow=2.10.2``
We installed `Mlflow <https://mlflow.org/>`_ version **2.10.2** using the following conda command: ``conda install conda-forge::mlflow=2.10.2``

Training
-----------
Expand Down

0 comments on commit 9c2bbbf

Please sign in to comment.