We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae298a commit 2674717Copy full SHA for 2674717
genai/aws-gen-ai-kr/30_fine_tune/01-instruction-tuning-peft-lora/readme.md
@@ -16,7 +16,7 @@
16
- **양자화(Quantization)**: 입력 데이터를 더 적은 정보를 가진 표현으로 변환하는 과정입니다. 일반적으로 더 많은 비트를 가진 데이터 타입을 더 적은 비트로 변환합니다. 예를 들어, 32-bit 부동소수점을 4-bit 정수로 변환할 수 있습니다.
17
18
<div align="center">
19
- <img src="../images/quantization.png" alt="image 1" width="600" height="200">
+ <img src="./images/quantization.png" alt="image 1" width="600" height="200">
20
<br>
21
<a href="https://www.differencebetween.com/difference-between-uniform-and-nonuniform-quantization/">What is Quantization in the signal?</a>
22
</div>
0 commit comments