Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -148,7 +148,7 @@ pip uninstall -y triton || true && \
|
|
| 148 |
pip install -v --no-build-isolation triton==3.1.0
|
| 149 |
|
| 150 |
pip uninstall -y bitsandbytes || true && \
|
| 151 |
-
pip install bitsandbytes
|
| 152 |
|
| 153 |
# ---------------------- Diagn贸stico ----------------------
|
| 154 |
/app/info.sh || true
|
|
|
|
| 148 |
pip install -v --no-build-isolation triton==3.1.0
|
| 149 |
|
| 150 |
pip uninstall -y bitsandbytes || true && \
|
| 151 |
+
pip install bitsandbytes==0.43.1
|
| 152 |
|
| 153 |
# ---------------------- Diagn贸stico ----------------------
|
| 154 |
/app/info.sh || true
|