openfree commited on
Commit
c16123a
ยท
verified ยท
1 Parent(s): 2aa4818

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GPT2-BERT ๋ณ‘ํ•ฉ ๋ชจ๋ธ ํ…Œ์Šคํ„ฐ Requirements
2
+
3
+ # ํ•„์ˆ˜ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ
4
+ torch>=2.0.0
5
+ transformers>=4.35.0
6
+ gradio
7
+ numpy>=1.24.0
8
+
9
+ # GPU ์ง€์› (์„ ํƒ์‚ฌํ•ญ)
10
+ # CUDA 11.8 ๊ธฐ์ค€ - ๋ณธ์ธ์˜ CUDA ๋ฒ„์ „์— ๋งž๊ฒŒ ์ˆ˜์ •
11
+ # torch==2.0.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
12
+
13
+ # ์ถ”๊ฐ€ ์œ ํ‹ธ๋ฆฌํ‹ฐ
14
+ huggingface-hub>=0.19.0
15
+ accelerate>=0.25.0
16
+ sentencepiece>=0.1.99
17
+ protobuf>=3.20.0
18
+
19
+ # ๋ชจ๋ธ ์ตœ์ ํ™” (์„ ํƒ์‚ฌํ•ญ)
20
+ bitsandbytes>=0.41.0