openvision4 commited on
Commit
6a89e6c
ยท
verified ยท
1 Parent(s): f48d4d6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ๋”ฅ๋Ÿฌ๋‹ ํ”„๋ ˆ์ž„์›Œํฌ
2
+ torch>=1.13.1,<2.1.0
3
+ torchvision>=0.14.1,<0.16.0
4
+
5
+ # FastAI
6
+ fastai==2.7.12
7
+ fastcore==1.5.27
8
+
9
+ # ์ธํ„ฐํŽ˜์ด์Šค
10
+ gradio==3.36.0
11
+
12
+ # (Optional) ํ† ์น˜ ๋ชจ๋ธ ๋กœ๋”ฉ ์‹œ ํ•„์š”ํ•  ์ˆ˜ ์žˆ๋Š” ์œ ํ‹ธ
13
+ pillow>=9.4.0
14
+ typing_extensions>=4.4.0
15
+
16
+ # (Optional) ํ•œ๊ตญ์–ด ์ „์ฒ˜๋ฆฌ์šฉ,
17
+ # ๋งŒ์•ฝ KoBERT ๋“ฑ Hugging Face ํ† ํฌ๋‚˜์ด์ €๋ฅผ ์“ด๋‹ค๋ฉด ์•„๋ž˜๋„ ์ถ”๊ฐ€ํ•˜์„ธ์š”
18
+ # transformers>=4.28.0
19
+ # sentencepiece>=0.1.97