Spaces:
Paused
Paused
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -90,6 +90,12 @@ else
|
|
| 90 |
echo "GPU n茫o vis铆vel, pulando builder Apex/Q8."
|
| 91 |
fi
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
# ---------------------- Diagn贸stico ----------------------
|
| 94 |
/app/info.sh || true
|
| 95 |
#ls -la /app || true
|
|
|
|
| 90 |
echo "GPU n茫o vis铆vel, pulando builder Apex/Q8."
|
| 91 |
fi
|
| 92 |
|
| 93 |
+
|
| 94 |
+
# Triton 3.x (sem triton.ops)
|
| 95 |
+
pip uninstall -y triton || true && \
|
| 96 |
+
pip install -v --no-build-isolation triton==3.2.0
|
| 97 |
+
|
| 98 |
+
|
| 99 |
# ---------------------- Diagn贸stico ----------------------
|
| 100 |
/app/info.sh || true
|
| 101 |
#ls -la /app || true
|