liang.zhao commited on
Commit ·
6c3a7dd
1
Parent(s): 9952cfb
add requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tokenizers==0.14.0
|
| 2 |
+
transformers==4.34.0
|
| 3 |
+
flash_attn==2.0.4
|
| 4 |
+
torch==2.1.0
|
| 5 |
+
peft==0.5.0
|
| 6 |
+
|