CoolFace
Apppublic

Dongjin1203/QLoRA_RAG_test

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
21 commits on main
acd788a10mo ago

컨텍스트 윈도우 값 수정, top_k 파라미터 수정

Dongjin1203
9e0a8b010mo ago

잘못된 repo, model file 명 변경

Dongjin1203
9c1f0f010mo ago

베이스 모델 repo, 파일명 수정

Dongjin1203
b3d3fe810mo ago

Add Base model GGUF support

Dongjin1203
3920e0010mo ago

Skip Base model temporarily (will convert to GGUF later)

Dongjin1203
ae973f810mo ago

Fix: Install PyTorch CPU version to avoid CUDA dependency

Dongjin1203
3f321f510mo ago

Add missing LangChain packages (langchain-openai, langsmith)

Dongjin1203
a2426b410mo ago

fix: requirements.txt

Dongjin1203
082868210mo ago

Switch to GPU version for HuggingFace Space compatibility

Dongjin1203
4d63e9610mo ago

Fix: Upgrade pip and change install order to avoid resolver bug

Dongjin1203
52450a110mo ago

Fix: Use prebuilt llama-cpp-python wheel for faster build

Dongjin1203
cad862710mo ago

Fix: Dockerfile

Dongjin1203
849477a10mo ago

Fix: Dockerfile

Dongjin1203
d6dbafc10mo ago

Fix: Docker + Streamlit setup with proper CMD

Dongjin1203
452c5f510mo ago

Fix: Remove Dockerfile and update for Streamlit SDK

Dongjin1203
30f30ab10mo ago

메인 앱 streamlit으로 교체, app.py.old 제거

Dongjin1203
92dedf410mo ago

Add ResultAnalyzer and fix import paths

Dongjin1203
338103b10mo ago

라우터, 프롬프트 추가

Dongjin1203
76e2e7b10mo ago

Add ChromaDB with Git LFS

Dongjin1203
2fdacb110mo ago

Add Git LFS tracking for ChromaDB

Dongjin1203
9630ae810mo ago

Initial commit - RFPilot experiment

Dongjin1203