PEFT Docker images
Here we store all PEFT Docker images used in our testing infrastructure. We use python 3.8 for now on all our images.
peft-cpu: PEFT compiled on CPU with all other HF libraries installed on main branchpeft-gpu: PEFT complied for NVIDIA GPUs wih all other HF libraries installed on main branchpeft-gpu-bnb-source: PEFT complied for NVIDIA GPUs withbitsandbytesand all other HF libraries installed from main branchpeft-gpu-bnb-latest: PEFT complied for NVIDIA GPUs withbitsandbytescomplied from main and all other HF libraries installed from latest PyPipeft-gpu-bnb-multi-source: PEFT complied for NVIDIA GPUs withbitsandbytescomplied frommulti-backendbranch and all other HF libraries installed from main branch
peft-gpu-bnb-source and peft-gpu-bnb-multi-source are essentially the same, with the only difference being bitsandbytes compiled on another branch. Make sure to propagate the changes you applied on one file to the other!