The code for our paper (paper)
Please change cache in "run.sh" to the path of the project.
- python 3.10
- cuda 12.1
- torch 2.1.0
conda create -n DPPA python=3.10
conda activate DPPA
conda install nvidia/label/cuda-12.1.0::cuda
pip install -r requirements.txt
pip install torch==2.1.0+cu121 --index-url https://download.pytorch.org/whl/cu121
DPPA
├── README.md
├── /model/
│ ├── /llama2-7B/
│ ├── /Abel-7B-001/
│ ├── /other SFT models/
├── /gair_abel/
├── /scrips/
│ ├── /pruning/
├── run.sh
├── requirements.txt
This repository is build upon the OWL repositories.