ID-LoRA: Low Rank Adaptation Inspired by Interpolation Decomposition for Efficient Fine-Tuning -> Implementation
This project is the official implementation of Paper《ID-LoRA: Low Rank Adaptation Inspired by Interpolation Decomposition for Efficient Fine-Tuning》
- Python 3.8+
- PyTorch 2.4.0
- Other dependent libraries (See
requirements.txt)
# 安装依赖
pip install -r requirements.txt
### Observation & Motivation