You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
개요
siwo/govon-legal-adapter-trainHuggingFace Space에서 EXAONE 4.0-32B QLoRA 학습 스크립트를 실행하기 위해 발생한 런타임/빌드 이슈 4건을 순차적으로 해결했습니다.해결한 이슈
1. GPU 미감지 크래시 (PR #1)
NotImplementedError: Unsloth cannot find any torch accelerator? You need a GPU.torch.cuda.is_available()로 GPU 사전 체크 추가 (unsloth import 전). GPU 없으면 health endpoint에 에러 상태 노출 후 10분 대기 후 sys.exit(1)2. HF 캐시 디렉터리 권한 에러 (PR #2)
PermissionError: [Errno 13] Permission denied: /.cache3. Docker 빌드 실패 — uv 경로 충돌 (PR #3)
4. PyTorch UID lookup 실패 (PR #4)
KeyError: getpwuid(): uid not found: 1000최종 상태
교훈 (HF Spaces Docker SDK + GPU)
Beta Was this translation helpful? Give feedback.
All reactions