mirror of
https://github.com/huggingface/peft.git
synced 2025-10-20 06:53:46 +08:00
PEFT Docker images
Here we store all PEFT Docker images used in our testing infrastructure. We use python 3.11 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 with all other HF libraries installed on main branchpeft-gpu-bnb-source
: PEFT complied for NVIDIA GPUs withbitsandbytes
and all other HF libraries installed from main branchpeft-gpu-bnb-latest
: PEFT complied for NVIDIA GPUs withbitsandbytes
complied from main and all other HF libraries installed from latest PyPi