Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Replace bitsandbytes with CPU-compatible version
|
2 |
+
git+https://github.com/Keith-Hon/bitsandbytes-cpu.git
|
3 |
+
torch==2.2.1+cpu
|
4 |
+
transformers==4.40.0
|
5 |
+
autotrain-advanced==0.8.0
|
6 |
+
accelerate==0.29.0
|