매뉴얼 등록 분리

This commit is contained in:
2025-11-05 21:57:45 +09:00
parent 6573fc20a4
commit 3a44514448
6 changed files with 124 additions and 78 deletions

View File

@@ -2,15 +2,3 @@ from sentence_transformers import SentenceTransformer
model = SentenceTransformer('all-MiniLM-L6-v2')
model.save('./models/all-MiniLM-L6-v2')
# # HF CLI 설치 (처음 한 번만)
# pip install huggingface_hub
#
# # 로그인 (오프라인 사용 전 한 번만 필요)
# huggingface-cli login # 토큰 입력 (https://huggingface.co/settings/tokens)
#
# # 모델 로컬 저장
# huggingface-cli download Qwen/Qwen3-0.6B --local-dir ./models/Qwen3-0.6B --local-dir-use-symlinks False
#
#
#
# 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