The code base required a bit of cleaning and improvement in the config sections but other than that you can use it in any PEFT pipelines. We will be adding an extensive README.md but for now you could take a look at the finetuning scriptt to get an idea of how to use MonteCLoRA in your scripts.
conda env create -f environment.yml -y
Or you may use the requrements.txt file
cd peft
pip install -e .
cd transformers
pip install -e .