├── LICENSE ├── README.md ├── environment.yaml ├── image └── qalora.png ├── merge.py ├── peft_utils.py ├── qalora.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/README.md -------------------------------------------------------------------------------- /environment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/environment.yaml -------------------------------------------------------------------------------- /image/qalora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/image/qalora.png -------------------------------------------------------------------------------- /merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/merge.py -------------------------------------------------------------------------------- /peft_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/peft_utils.py -------------------------------------------------------------------------------- /qalora.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/qalora.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuhuixu1993/qa-lora/HEAD/requirements.txt --------------------------------------------------------------------------------