Skip to content

Commit 0e2ef2a

Browse files
unamedkrclaude
andcommitted
docs: add guide link to README badges and Quick Start
- Badge: "guide — How it Works" (blueviolet) in both EN/KO - Quick Start section: "How it works — Interactive Guide →" link - Korean: "작동 원리 가이드 →" link Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45ee258 commit 0e2ef2a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.ko.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<a href="https://github.com/quantumaikr/quant.cpp/releases/latest"><img src="https://img.shields.io/github/v/release/quantumaikr/quant.cpp?label=release" alt="Release"></a>
1818
<a href="#"><img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License"></a>
1919
<a href="#"><img src="https://img.shields.io/badge/tests-35%20pass-brightgreen" alt="Tests"></a>
20+
<a href="https://quantumaikr.github.io/quant.cpp/guide/"><img src="https://img.shields.io/badge/guide-작동_원리-blueviolet" alt="Guide"></a>
2021
</p>
2122

2223
---
@@ -34,7 +35,7 @@ m = Model.from_pretrained("Llama-3.2-1B") # 모델 자동 다운로드 (~750 MB
3435
print(m.ask("중력이란 무엇인가요?"))
3536
```
3637

37-
API 키 없음. GPU 없음. 설정 없음. [브라우저에서 바로 체험 →](https://quantumaikr.github.io/quant.cpp/)
38+
API 키 없음. GPU 없음. 설정 없음. [브라우저에서 바로 체험 →](https://quantumaikr.github.io/quant.cpp/) · [**작동 원리 가이드 →**](https://quantumaikr.github.io/quant.cpp/guide/)
3839

3940
---
4041

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<br>
2929
<a href="#"><img src="https://img.shields.io/badge/models-7%20verified-blue" alt="Models"></a>
3030
<a href="https://quantumaikr.github.io/quant.cpp/"><img src="https://img.shields.io/badge/WASM_demo-192KB-purple" alt="WASM"></a>
31+
<a href="https://quantumaikr.github.io/quant.cpp/guide/"><img src="https://img.shields.io/badge/guide-How_it_Works-blueviolet" alt="Guide"></a>
3132
<a href="#"><img src="https://img.shields.io/badge/platforms-macOS%20%7C%20Linux%20%7C%20WASM-orange" alt="Platforms"></a>
3233
</p>
3334

@@ -55,7 +56,7 @@ quantcpp
5556
# AI: Gravity is a fundamental force...
5657
```
5758

58-
Downloads Llama-3.2-1B (~750 MB) on first use, cached locally. No API key, no GPU. [Try in browser →](https://quantumaikr.github.io/quant.cpp/)
59+
Downloads Llama-3.2-1B (~750 MB) on first use, cached locally. No API key, no GPU. [Try in browser →](https://quantumaikr.github.io/quant.cpp/) · [**How it works — Interactive Guide →**](https://quantumaikr.github.io/quant.cpp/guide/)
5960

6061
---
6162

0 commit comments

Comments
 (0)