Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
transformers>=4.44.0
|
| 2 |
-
torch
|
| 3 |
gradio>=4.18.0
|
| 4 |
-
accelerate>=0.30.0
|
|
|
|
| 1 |
+
transformers>=4.44.0 # recent version without the deprecated pipeline
|
| 2 |
+
torch # HF picks the right CPU wheel
|
| 3 |
gradio>=4.18.0
|
| 4 |
+
accelerate>=0.30.0 # optional, but trims CPU latency
|