Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ transformers==4.48.0
|
|
4 |
torch==2.5.1
|
5 |
pydantic==2.3.0
|
6 |
sentencepiece==0.1.99
|
|
|
|
|
7 |
protobuf
|
|
|
4 |
torch==2.5.1
|
5 |
pydantic==2.3.0
|
6 |
sentencepiece==0.1.99
|
7 |
+
accelerate>=0.26.0 # Specific version to match error message requirement
|
8 |
+
optimum>=1.16.0
|
9 |
protobuf
|