전체 글(233)
-
플레쉬어텐션라이브러리 관련- This error might have occurred since this system does not have Windows Long Path support enabled. You can find information on how to enable this at https://pip.pypa.io/warnings/enable-long-paths (윈도우 경로 에러)
상황: CUDA13.0에 flash-attn 설치를 하기 위함아래와 같은 기분 나쁜 에러 발생ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\choiyounghyun\\AppData\\Local\\Temp\\pip-install-qtz4l71n\\flash-attn_4eab5a0292244f3f9988e015e1cab94f\\csrc\\composable_kernel\\client_example\\24_grouped_conv_activation\\grouped_convnd_fwd_scaleadd_scaleadd_relu\\grouped_conv_fwd_scaleadd_sc..
2026.01.14 -
Docling 기타 유틸
1. 프린트 for item, level in result.document.iterate_items(): # label 형식이 보통 대문자로 시작하거나 특정 상수(DocItemLabel)를 사용합니다. if item.label not in ["Table", "Picture"]: print(f"[{item.label}] {item.text if hasattr(item, 'text') else ''}") print() 2. 객체 구조 self_ref='#/texts/221' parent=RefItem(cref='#/body') children=[] content_l..
2026.01.12 -
Docling + DeepSeekOCR 연동 (로컬만) + Huggingface local path
[Docling 라이브러리]1. PDF,PPT 등 문서를 마크다운, JSON 등 구조화 하는 라이브러리 (IBM에서 만듬 + 아파치 라이센스)2. Docling 내부 OCR 은 3가지 종류 (RapidOCR, EasyOCR, Tesseract)3. 이 중 EasyOCR을 사용중4. 성능이 별로여서 deepSeekOCR을 연결하고 싶었음5. 내부 라이브러리 옵션을 보니 VLLM을 사용해서 서버를 띄우고 API 형식으로만 가능 (2026.1 ver)6. HuggingFace에서 가장 잘나가는 오픈소스 OCR 검색 -> DeepSeekOCR 당첨 !7. 내부라이브러리를 수정 - DeepseekOption과 모델 추가 - 폐쇄망에서도 되게 모델 다운후 경로 지정하게 만듬 (폐쇄망에서도 되는 것을 지향) [참..
2026.01.08 -
Docling 재정렬 관련
https://github.com/docling-project/docling/issues/2825 Image recognition order issue · Issue #2825 · docling-project/doclingBug Thank you for developing such an excellent library. However, it appears that image and text recognition are performed from left to right (the left side is recognized first, followed by the righ...github.com [문제 상황]1. PDF를 Docling 라이브러리를 이용하여 Markdown으로 변경 후 LLM에 대입하고 있..
2025.12.31 -
[vllm 라이브러리] vllm 구동 가능한 모델 찾기
[찾아보게된 계기]Qwen3-VL을 구동시키려했는데 지원이 안된다 뜬다... ?Huggingface에는 지원한다 했는데 ????????????뭐지 ??????????????????? 1. GIT에 해당하는 모델이 있는지 확인https://github.com/vllm-project/vllm/tree/main/vllm/model_executor/models vllm/vllm/model_executor/models at main · vllm-project/vllmA high-throughput and memory-efficient inference and serving engine for LLMs - vllm-project/vllmgithub.com 2. 본인 vllm 버전 확인 pip show vllm 3...
2025.12.09 -
정보처리기사 실기 요약
1
2025.10.29