Spaces:
Running
on
T4
Running
on
T4
ffreemt
commited on
Commit
•
9257c81
1
Parent(s):
05e64b9
Fix bitsandbytes==0.39.0 in requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -13,7 +13,8 @@ torch # 2.0.1
|
|
13 |
safetensors
|
14 |
|
15 |
# bitsandbytes
|
16 |
-
git+https://github.com/TimDettmers/bitsandbytes.git
|
|
|
17 |
|
18 |
transformers_stream_generator
|
19 |
scipy
|
|
|
13 |
safetensors
|
14 |
|
15 |
# bitsandbytes
|
16 |
+
# git+https://github.com/TimDettmers/bitsandbytes.git
|
17 |
+
bitsandbytes==0.39.0
|
18 |
|
19 |
transformers_stream_generator
|
20 |
scipy
|