Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
CHANGED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Transformers and NLP related packages
|
2 |
+
transformers==4.37.2
|
3 |
+
sentencepiece
|
4 |
+
protobuf
|
5 |
+
|
6 |
+
# Torch and associated libraries
|
7 |
+
torch==2.1.0
|
8 |
+
torchvision==0.16.0
|
9 |
+
triton==2.1.0
|
10 |
+
|
11 |
+
# Optimizations and acceleration tools
|
12 |
+
peft
|
13 |
+
bitsandbytes
|
14 |
+
accelerate==0.26.1
|
15 |
+
deepspeed==0.13.1
|
16 |
+
pynvml==11.5.0
|