kimhyunwoo commited on
Commit
c7c787a
Β·
verified Β·
1 Parent(s): 3b77cfa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,7 +1,11 @@
 
 
 
 
 
1
  gradio>=4.0.0
2
- optimum[onnxruntime]>=1.18.0 # ONNX Runtime ν¬ν•¨ν•˜μ—¬ optimum μ„€μΉ˜
3
- transformers>=4.41.0 # Gemma 3 지원 κ°€λŠ₯μ„± μžˆλŠ” μ΅œμ‹  버전
4
- torch>=2.1.0 # PyTorch ν•„μš”
5
- protobuf # ONNX λͺ¨λΈ λ‘œλ”©μ— ν•„μš”ν•  수 있음
6
- # λ§Œμ•½ GPUλ₯Ό μ‚¬μš©ν•˜κ³  CUDA 버전이 λ§žλ‹€λ©΄:
7
- # optimum[onnxruntime-gpu]>=1.18.0 # λŒ€μ‹  μ‚¬μš©
 
1
+ # Gemma 3 지원 κ°€λŠ₯성이 높은 μ΅œμ‹  버전 λͺ…μ‹œ (버전 λ²ˆν˜ΈλŠ” ν•„μš”μ— 따라 μ‘°μ •)
2
+ transformers>=4.41.0
3
+ # Optimum κ³Ό ONNX Runtime (CPU 버전)
4
+ optimum[onnxruntime]>=1.18.0
5
+ # Gradio (버전 4 이상 ꢌμž₯)
6
  gradio>=4.0.0
7
+ # Torch
8
+ torch>=2.1.0
9
+ # 기타 ν•„μš”ν•  수 μžˆλŠ” 라이브러리
10
+ protobuf
11
+ accelerate # optimum 이 μ˜μ‘΄ν•  수 있음