Install GaLore optimizer
masterYou can install the GaLore optimizer via pip or from source.
Via pip
pip install galore-torchFrom source
git clone git@github.com:jiaweizzhao/GaLore.git
cd GaLore
pip install -e .Install experiment dependencies
If you are running benchmarks or experiments, install the required dependencies:
pip install -r exp_requirements.txtNote: Experiments are tested on Python 3.8 with PyTorch 2.1.
pip install galore-torch