Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
#
|
2 |
-
git+https://github.com/Keith-Hon/bitsandbytes-cpu.git
|
3 |
torch==2.2.1+cpu
|
4 |
transformers==4.40.0
|
5 |
-
|
6 |
-
accelerate==0.29.0
|
|
|
|
|
|
1 |
+
# Remove the git dependency and use official packages
|
|
|
2 |
torch==2.2.1+cpu
|
3 |
transformers==4.40.0
|
4 |
+
datasets==2.18.0
|
5 |
+
accelerate==0.29.0
|
6 |
+
bitsandbytes==0.43.0 # Official multi-platform version
|
7 |
+
gradio==4.25.0
|