File size: 457 Bytes
c16123a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# GPT2-BERT ๋ณํฉ ๋ชจ๋ธ ํ ์คํฐ Requirements # ํ์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ torch>=2.0.0 transformers>=4.35.0 gradio numpy>=1.24.0 # GPU ์ง์ (์ ํ์ฌํญ) # CUDA 11.8 ๊ธฐ์ค - ๋ณธ์ธ์ CUDA ๋ฒ์ ์ ๋ง๊ฒ ์์ # torch==2.0.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 # ์ถ๊ฐ ์ ํธ๋ฆฌํฐ huggingface-hub>=0.19.0 accelerate>=0.25.0 sentencepiece>=0.1.99 protobuf>=3.20.0 # ๋ชจ๋ธ ์ต์ ํ (์ ํ์ฌํญ) bitsandbytes>=0.41.0 |