Make sure pip is updated before installing the schola python package from Plugins/Schola/Resources/python.

Copied!

python -m pip install --upgrade pip
pip install ./Plugins/Schola/Resources/python[all]

Note

Schola installs the cpu version of pytorch by default, to install other versions of pytorch follow the instructions at Pytorch Get Started.

Note

To install Pytorch with ROCm on Linux, we recommend following the guide at Install Pytorch for Radeon GPUs.