Spaces:
Paused
Paused
updated the indtallation command of bitsandbytes
Browse files
setup.sh
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
apt-get update && apt-get install -y libmagic1
|
3 |
-
pip install accelerate
|
|
|
|
1 |
#!/bin/bash
|
2 |
apt-get update && apt-get install -y libmagic1
|
3 |
+
pip install accelerate
|
4 |
+
pip install -i https://pypi.org/simple/ bitsandbytes
|