Install Instructions¶
There is currently only one way to download TorchTune, which is locally.
git clone https://github.com/pytorch/torchtune.git
cd torchtune
pip install -e .
To confirm that the package is installed correctly, you can run the following command:
tune
And should see the following output:
usage: tune [options] <recipe> [recipe_args]
tune: error: the following arguments are required: recipe, recipe_args