Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -146,7 +146,9 @@ fi
|
|
| 146 |
|
| 147 |
pip uninstall -y triton || true && \
|
| 148 |
pip install -v --no-build-isolation triton==3.1.0
|
| 149 |
-
|
|
|
|
|
|
|
| 150 |
|
| 151 |
# ---------------------- Diagn贸stico ----------------------
|
| 152 |
/app/info.sh || true
|
|
|
|
| 146 |
|
| 147 |
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
|