Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
|
2 |
torch==2.7.0
|
3 |
unsloth==2025.5.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
torch==2.7.0
|
3 |
unsloth==2025.5.9
|
4 |
+
huggingface_hub==0.30.0 # <-- 0.25.2 ๋์ 0.30.0 ์ด์์ผ๋ก ์ฌ๋ ค ์ค๋๋ค.
|
5 |
+
accelerate==0.34.1 # unsloth 2025.5.9์์ ์๊ตฌํ๋ ๋ฒ์ (์์)
|
6 |
+
datasets==3.4.1 # unsloth-zoo ๋ฑ์์ ์ฐ๋ ๋ฒ์
|
7 |
+
peft==0.7.1 # unsloth ๋ด๋ถ ํธ๋ ์ด๋ ๋ก์ง์์ ์ฐ๋ PEFT
|
8 |
+
transformers==4.52.4 # unsloth๊ฐ ์ฐ๋ transformers (huggingface_hub>=0.30.0 ๋ง์ถ๊ธฐ ์ํด)
|
9 |
+
xformers==0.0.30 # unsloth-zoo render๋ ํจ์จํ์ ์ฐ์ด๋ ๋ฒ์
|
10 |
+
bitsandbytes==0.46.0 # unsloth์์ 8bit ์ฐ์ฐ ๋ฑ์ ์ฐ๋ ๋ฒ์
|
11 |
+
tokenizers==0.21.1 # transformers ์์กด์ฑ
|
12 |
+
unsloth-zoo==2025.5.11 # unsloth๊ฐ ์ฐ๋ zoo ํจํค์ง
|