CURing Large Models: Compression via CUR Decomposition
git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
cd lm-evaluation-harness
pip install -e .
git clone https://github.com/kongds/MoRA.git
cd MoRA
pip install -e ./peft-mora
Change project name to peft_mora
:
- In
pyproject.toml
, updateknown-first-party = ["peft_mora"]
. - In
setup.py
, updatename="peft_mora",
.
$ curing.sh
$ healing.sh
$ tensorboard --logdir=runs --host 0.0.0.0 --port 6006 --samples_per_plugin scalars=1000000
http://localhost:6006/?darkMode=true#scalars
Our code is based on lm-evaluation-harness and MoRA.