Skip to content

🌐 [i18n-KO] Translated fp_quant to Korean#39901

Draft
maximizemaxwell wants to merge 7 commits into
huggingface:mainfrom
maximizemaxwell:ko-fp_quant.md
Draft

🌐 [i18n-KO] Translated fp_quant to Korean#39901
maximizemaxwell wants to merge 7 commits into
huggingface:mainfrom
maximizemaxwell:ko-fp_quant.md

Conversation

@maximizemaxwell

Copy link
Copy Markdown
Contributor

What does this PR do?

Translated the fp_quant.md file of the documentation to Korean.
Thank you in advance for your review.

Part of #20179

Before reviewing

  • Check for missing / redundant translations (번역 누락/중복 검사)
  • Grammar Check (맞춤법 검사)
  • Review or Add new terms to glossary (용어 확인 및 추가)
  • Check Inline TOC (e.g. [[lowercased-header]])
  • Check live-preview for gotchas (live-preview로 정상작동 확인)

Who can review? (Initial)

May you please review this PR?
@jungnerd, @luckyvickyricky, @chelsseeey, @amo33, @skwh54 , @D15M4S

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review? (Final)

Comment thread docs/source/ko/quantization/fp_quant.md Outdated
> [!TIP]
> FP-Quant로 **사전 양자화된** 모델은 ISTA-DASLab의 [공식 컬렉션](https://huggingface.co/collections/ISTA-DASLab/fp-quant-6877c186103a21d3a02568ee)에서 확인하실 수 있습니다.

## torch.compile

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## torch.compile
## torch.compile[[torchcompile]]

TOC 추가하였습니다.

Comment thread docs/source/ko/quantization/fp_quant.md Outdated
Comment thread docs/source/ko/quantization/fp_quant.md Outdated
maximizemaxwell and others added 3 commits August 5, 2025 21:42
Co-authored-by: Minseo Kim <75977640+luckyvickyricky@users.noreply.github.com>
Co-authored-by: Minseo Kim <75977640+luckyvickyricky@users.noreply.github.com>
Co-authored-by: Minseo Kim <75977640+luckyvickyricky@users.noreply.github.com>

커널을 실행하려면 **Blackwell 세대 GPU가 필수**입니다. 런타임 지원은 [QuTLASS](https://github.com/IST-DASLab/qutlass) 라이브러리와 경량 PyTorch 인터페이스인 [`fp_quant`](https://github.com/IST-DASLab/FP-Quant/tree/master/inference_lib)로 구현되어 있습니다. 전자는 **소스에서 직접 설치**하시길 권장하며, 후자는 `pip install fp_quant`로 설치하면 됩니다.

Blackwell 세대 GPU가 **없으신** 경우에는 `quantization_config=FPQuantConfig(pseudoquant=True)` 옵션을 통해 QuTLASS 설치 없이도 양자화를 **완전히 에뮬레이션**할 수 있습니다. 속도 향상은 없지만, 양자화 효과를 동일하게 재현합니다.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Blackwell 세대 GPU가 **없으신** 경우에는 `quantization_config=FPQuantConfig(pseudoquant=True)` 옵션을 통해 QuTLASS 설치 없이도 양자화를 **완전히 에뮬레이션**수 있습니다. 속도 향상은 없지만, 양자화 효과를 동일하게 재현합니다.
Blackwell 세대 GPU가 **없으신** 경우에는 `quantization_config=FPQuantConfig(pseudoquant=True)` 옵션을 통해 [QuTLASS](https://github.com/IST-DASLab/qutlass) 설치 없이도 양자화를 사용할 수 있습니다. 이 경우 속도 향상은 없지만, 양자화 효과를 동일하게 재현합니다.

[QuTLASS] 링크 추가하였습니다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that pseudoquant is an incorrect argument name in the original doc, it should be pseudoquantization.


## 속도 향상(Speedups)[[speedups]]

FP-Quant는 **매우 큰 배치(batch) 크기**에서 최고의 성능을 발휘합니다.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FP-Quant는 **매우 큰 배치(batch) 크기**에서 최고의 성능을 발휘합니다.
현재 FP-Quant는 매우 큰 배치(batch) 처리 상황에서 최고의 성능을 발휘합니다.

제안드립니다!

)
```

[GPTQ](https://github.com/IST-DASLab/FP-Quant)를 통해 **사전 처리(Pre-processing)** 하여 더 높은 품질을 얻을 수도 있습니다.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

원문에는 FP Format Quantization Harness로 링크가 되어 있는데 GPTQ에 링크를 추가한 것은 의도하신 걸까요?

@yijun-lee yijun-lee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 반영만 해주시면 될 것 같습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants