Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -16,6 +16,4 @@ accelerate
|
|
16 |
bitsandbytes ; sys_platform != 'win32'
|
17 |
bitsandbytes-windows ; sys_platform == 'win32'
|
18 |
click~=8.1.6
|
19 |
-
requests~=2.31.0
|
20 |
-
auto_gptq
|
21 |
-
Werkzeug~=2.3.6
|
|
|
16 |
bitsandbytes ; sys_platform != 'win32'
|
17 |
bitsandbytes-windows ; sys_platform == 'win32'
|
18 |
click~=8.1.6
|
19 |
+
requests~=2.31.0
|
|
|
|