Skip to main content

PEFT

🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.

View on GitHub Official site
Fine Tuning Training Apache-2.0 Easy setup 21,432 stars

Overview

Description

The big picture: PEFT dramatically cuts the cost of customizing large AI models by fine-tuning only a tiny fraction of parameters instead of the entire model. Here's why it matters: You can adapt massive models like 12B-parameter LLMs on a single consumer GPU, saving gigabytes of memory and compute compared to full fine-tuning. The bottom line: PEFT makes enterprise-grade model customization accessible without expensive infrastructure.

Technical scorecard

License

Apache-2.0

Commercial use

Yes

OpenAI-compatible API

No

REST API

No

Fine-tuning support

Yes

Quantization support

Yes

Docker available

Yes

GUI / no-code available

No

Telemetry

Unknown

Offline after setup

Yes

Data & Privacy

Does it send data online?

After setup, this listing is marked as usable offline. Confirm network behavior against the upstream project before regulated deployment.

Does it store history?

Not verified in this directory yet. Review the upstream docs for persistence, logs, and workspace storage.

License checks?

Commercial use is marked as allowed or likely allowed by the listed license.

Telemetry?

Unknown

Last verified: Jul 22, 2026. Maintainer verification should be treated as directory guidance, not legal advice.

🛡️

Deploying PEFT in production?

Stop silent telemetry leaks before they trigger an unintended data leak. Get our Airgap Certainty Blueprint for PEFT.

Request Privacy and Telemetry Audit

Setup & Installation

Easy

A developer can usually get this running with standard docs.

# Start with the official project repository
# https://github.com/huggingface/peft

Hardware Requirements

Hardware tagsCPU, GPU (NVIDIA), GPU (Apple Silicon), TPU
LanguagesPython

Works Well With