kijeoung commited on
Commit
b933b5f
·
verified ·
1 Parent(s): cfad7ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- gradio==3.8.0
2
- torch==2.0.1
3
- transformers==4.31.0
4
- Pillow==9.2.0
5
- huggingface_hub==0.15.1
6
- accelerate==0.21.0
7
- numpy<2
8
- httpx==0.23.0
9
- httpcore==0.15.0
10
 
 
1
+ huggingface_hub==0.24.3
2
+ accelerate
3
+ torch
4
+ transformers==4.43.3
5
+ sentencepiece
6
+ gradio==3.23.0 # Gradio 버전 추가
7
+ openai==0.27.0 # OpenAI API 관련 라이브러리 추가
8
+ Pillow==9.2.0 # 이미지 처리 관련 라이브러리 (PIL)
9
+
10