김용연 kyy
  • Joined on 2024-12-31
kyy pushed to main at kyy/autorag_evaluation 2025-03-18 17:30:25 +09:00
3266c48762 Select qarquet files
kyy pushed to main at kyy/autorag_evaluation 2025-03-18 16:42:15 +09:00
9323aa254a Fix Dockerfile build issue
kyy renamed repository from autorag to kyy/autorag_evaluation 2025-03-18 13:54:54 +09:00
kyy commented on issue kyy/autorag_evaluation#1 2025-03-18 13:53:50 +09:00
Dockerfile 수정 권고

코멘트 1번 (컨테이너 실행 및 entrypoint 설정)

entrypoint.sh에서 실행할 프로세스 (data-gen, evaluate, bash) 선택 가능
ENTRYPOINT

kyy closed issue kyy/autorag_evaluation#2 2025-03-18 13:50:50 +09:00
Dashboard 다중 사용자 접속 오류
kyy opened issue kyy/autorag_dashboard#1 2025-03-18 13:50:32 +09:00
Dashboard 다중 접속 오류
kyy pushed to main at kyy/autorag_dashboard 2025-03-18 13:49:03 +09:00
46ef6ac110 Initial Commit
kyy pushed to main at kyy/autorag_dashboard 2025-03-18 13:36:42 +09:00
a4981faeef Initial Commit
kyy created branch main in kyy/autorag_dashboard 2025-03-18 13:36:42 +09:00
kyy created repository kyy/autorag_dashboard 2025-03-18 12:21:19 +09:00
kyy opened issue kyy/autorag_evaluation#2 2025-03-18 10:06:28 +09:00
Dashboard 다중 사용자 접속 오류
kyy pushed to main at kyy/autorag_evaluation 2025-03-14 17:34:25 +09:00
6814230bfb Initial commit
ba9c1a4a5f Initial commit
kyy created branch main in kyy/autorag_evaluation 2025-03-14 17:34:25 +09:00
kyy created repository kyy/autorag_evaluation 2025-03-14 17:32:00 +09:00
kyy pushed to main at kyy/llm_trainer 2025-02-19 15:05:51 +09:00
5f79b26123 Initial commit
kyy created branch main in kyy/llm_trainer 2025-02-19 14:58:00 +09:00
kyy pushed to main at kyy/llm_trainer 2025-02-19 14:58:00 +09:00
f0109c0c10 Initial commit
4f35e1f373 Initial commit with README
581392fdd1 Merge pull request #6275 from hiyouga/hiyouga/upd_wechat
c293b49847 update wechat
c37da4702f Merge pull request #6265 from hiyouga/hiyouga/fix_examples
Compare 10 commits »
kyy created repository kyy/llm_trainer 2025-02-19 14:24:06 +09:00
kyy commented on issue kyy/llm_asycio#1 2025-02-13 14:22:33 +09:00
shm_size

코멘트 감사합니다😊 말씀대로 deployment 키워드에 reserve랑 limit 키워드를 확인해보았으며, docker-compose.yml 파일을 다음과 같이 수정하려고 합니다: …

kyy commented on issue kyy/llm_asycio#1 2025-02-03 09:02:33 +09:00
shm_size

shm_size: "1000gb"로 설정한 이유는 병렬 연산 과정이 원할하게 이루어지도록 메모리를 최대로 확보하려는 목적 때문이었습니다. 다만, 말씀하신 것과…