Skip to content

Commit ce1d483

Browse files
docs: update as per reviewer feedback after rebase
1 parent f429bd2 commit ce1d483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/ko/main_classes/peft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rendered properly in your Markdown viewer.
1111

1212
# PEFT[[transformers.integrations.PeftAdapterMixin]]
1313

14-
[`~integrations.PeftAdapterMixin`]Transformers와 함께 어댑터를 관리할 수 있도록 [PEFT](https://huggingface.co/docs/peft/index) 라이브러리의 함수들을 제공합니다. 이 믹스인은 현재 LoRA, IA3, AdaLora를 지원합니다. 프리픽스 튜닝 방법들(프롬프트 튜닝, 프롬프트 학습)은 torch 모듈에 삽입할 수 없어 지원되지 않습니다.
14+
[`~integrations.PeftAdapterMixin`]Transformers 라이브러리와 함께 어댑터를 관리할 수 있도록 [PEFT](https://huggingface.co/docs/peft/index) 라이브러리의 함수들을 제공합니다. 이 믹스인은 현재 LoRA, IA3, AdaLora를 지원합니다. 프리픽스 튜닝 방법들(프롬프트 튜닝, 프롬프트 학습)은 torch 모듈에 삽입할 수 없는 구조이므로 지원되지 않습니다.
1515

1616
[[autodoc]] integrations.PeftAdapterMixin
1717
- load_adapter

0 commit comments

Comments
 (0)