CURing Large Models: Compression via Activation-aware 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