Steven Liu

Results 29 issues of Steven Liu

Adds a brief conceptual overview of the various soft prompting methods.

Moves the int8 training for multilingual ASR [notebook](https://github.com/huggingface/peft/blob/main/examples/int8_training/peft_bnb_whisper_large_v2_training.ipynb) to the docs.

This PR updates the quicktour a bit to summarize the most important things about the library: - adds some more context about why 🤗 PEFT is important and what it...

This PR explores what a separate section for the Accelerate integrations (DeepSpeed + FSDP) could look like. The main parts I wanted to focus on are: - generalize the DeepSpeed...

Hi! Let's bring the documentation to all the Spanish-speaking community 🌐 Who would want to translate? Please follow the 🤗 [TRANSLATING guide](https://github.com/huggingface/transformers/blob/main/docs/TRANSLATING.md). Here is a list of the files ready...

WIP

This PR creates a lightweight LLM inference optimization guide focused on just providing a brief explanation and copy/paste-able code examples so users can instantly get going without necessarily needing to...

From an internal discussion, it may make more sense to split off compilation instructions into it's own section because it's pretty much the same on Linux/Windows, and so we can...

This PR describes how bnb supports FSDP-QLoRA - mainly through the selectable quantization storage parameter - and provides code examples for setting up training with Transformers/PEFT/TRL. The docs are fairly...

This PR combines the "Community pipelines", "Load community pipelines and components", and "Contribute a community pipeline" docs together to make it easier to find everything about community pipelines on one...

Refactors the LCM and LCM-LoRA docs together because their usage is so similar it is redundant/harder to navigate to have separate pages for them. todo: - [x] add LCM-LoRA