Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -144,6 +144,10 @@ else
|
|
| 144 |
echo "GPU n茫o vis铆vel, pulando builder Apex/Q8."
|
| 145 |
fi
|
| 146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
# ---------------------- Diagn贸stico ----------------------
|
| 148 |
/app/info.sh || true
|
| 149 |
#ls -la /app || true
|
|
|
|
| 144 |
echo "GPU n茫o vis铆vel, pulando builder Apex/Q8."
|
| 145 |
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
|
| 153 |
#ls -la /app || true
|