File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- accelerate == 1.8.1
2- boto3 == 1.38.45
3- diffusers == 0.33.1
4- fastapi == 0.115.13
5- fsspec == 2025.5.1
6- huggingface-hub == 0.33.0
7- Jinja2 == 3.1.6
8- numpy == 2.0.2
9- openai == 1.89.0
10- pillow == 11.2.1
11- psutil == 7.0.0
12- pydantic == 2.11.7
13- python-dotenv == 1.1.0
14- python-multipart == 0.0.20
1+ # --- PyTorch stack (이미지에 포함되지만 버전 명시해두면 좋음) ---
2+ torch == 2.3.1
3+ torchvision == 0.18.1
4+ torchaudio == 2.3.1
5+
6+ # --- Diffusers/Transformers/Accelerate (안정 조합) ---
7+ diffusers == 0.29.0
8+ transformers == 4.42.4
9+ accelerate == 0.32.1
10+ safetensors == 0.4.3
11+ huggingface-hub == 0.23.4
12+ tokenizers == 0.19.1
13+
14+ # --- API / 서버 ---
15+ fastapi == 0.115.6 # (너가 쓰는 0.115.x 라인 유지, 너무 최신 patch는 피함)
16+ uvicorn == 0.30.6 # 안정 버전
17+ starlette == 0.38.5 # fastapi 0.115.x와 검증된 조합
18+
19+ # --- 유틸 ---
20+ numpy == 1.26.4 # torch 2.3.x와 널리 쓰이는 안정 버전
21+ pillow == 10.4.0
22+ requests == 2.32.3
23+ tqdm == 4.66.4
24+ psutil == 5.9.8
25+ python-dotenv == 1.0.1
26+ python-multipart == 0.0.9
1527PyYAML == 6.0.2
16- regex == 2024.11.6
17- requests == 2.32.4
18- safetensors == 0.5.3
19- starlette == 0.46.2
20- tokenizers == 0.21.1
21- torch == 2.7.1
22- tqdm == 4.67 .1
23- transformers == 4.52.4
24- typing-inspection == 0.4.1
25- typing_extensions == 4.14.0
26- uvicorn == 0.34.3
28+ regex == 2024.5.15
29+ typing_extensions == 4.12.2
30+ fsspec == 2024.6.1
31+ ultralytics
32+
33+ # --- 선택(LLM LoRA 등에 필요하면) ---
34+ peft == 0.11 .1
35+
36+ # --- 필요 시만 추가 (성공/실패 갈릴 수 있으므로 초기엔 제외 권장) ---
37+ # xformers==0.0.27.post2
38+
2739
You can’t perform that action at this time.
0 commit comments