From 480a36edfe88343cd1a8cd13e92c548d460e454f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=B8=20Sangho=20Park?= Date: Sun, 7 Jun 2026 15:14:25 +0900 Subject: [PATCH] chore: scaffold samples/ko_en/ (clips/ + manifest template) Co-Authored-By: Claude Opus 4.8 --- samples/ko_en/clips/.gitkeep | 2 ++ samples/ko_en/manifest.jsonl.example | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 samples/ko_en/clips/.gitkeep create mode 100644 samples/ko_en/manifest.jsonl.example diff --git a/samples/ko_en/clips/.gitkeep b/samples/ko_en/clips/.gitkeep new file mode 100644 index 0000000..0e2f68d --- /dev/null +++ b/samples/ko_en/clips/.gitkeep @@ -0,0 +1,2 @@ +# 오디오/영상 클립을 이 폴더에 넣으세요 (예: 0001.wav, 0001.mp3, 0001.mp4). +# 미디어 파일 자체는 .gitignore로 커밋 제외됩니다(용량/프라이버시). manifest만 추적. diff --git a/samples/ko_en/manifest.jsonl.example b/samples/ko_en/manifest.jsonl.example new file mode 100644 index 0000000..3c79f97 --- /dev/null +++ b/samples/ko_en/manifest.jsonl.example @@ -0,0 +1,2 @@ +{"audio": "clips/0001.wav", "text": "그 API 서빙할 때 vLLM 쓰면 성능 대박이야", "lang": "ko"} +{"audio": "clips/0002.wav", "text": "FastAPI로 엔드포인트 만들고 Kubernetes에 배포했어", "lang": "ko"}