From 8809e84797967efb747f788eca1bc64c17b1e457 Mon Sep 17 00:00:00 2001 From: bangae1 Date: Wed, 5 Nov 2025 21:58:37 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=A4=EB=89=B4=EC=96=BC=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21a8ee9..e7c9df5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pip offline download pip download -r requirements.txt --no-binary :all: -d /path/to/download/dir -# llm model download +# Qwen/Qwen3-0.6B model download HF CLI 설치 (처음 한 번만) pip install huggingface_hub @@ -16,7 +16,7 @@ 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 huggingface-cli download Qwen/Qwen3-0.6B --local-dir ./models/Qwen3-0.6B --local-dir-use-symlinks False -# sentence-transformers model (chroma vector db) +# sentence-transformers model download (chroma vector db) from sentence_transformers import SentenceTransformer model = SentenceTransformer('all-MiniLM-L6-v2')