Amr Keleg
commited on
Commit
·
5ce38df
1
Parent(s):
7935012
Fix the requirements versions
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -6,8 +6,8 @@ numpy
|
|
6 |
scikit-learn
|
7 |
tabulate
|
8 |
huggingface_hub
|
9 |
-
accelerate
|
10 |
-
tiktoken
|
11 |
-
protobuf
|
12 |
-
blobfile
|
13 |
-
sentencepiece
|
|
|
6 |
scikit-learn
|
7 |
tabulate
|
8 |
huggingface_hub
|
9 |
+
accelerate==1.4.0
|
10 |
+
tiktoken==0.9.0
|
11 |
+
protobuf==5.29.3
|
12 |
+
blobfile==3.0.0
|
13 |
+
sentencepiece==0.2.0
|