carlex3321 commited on
Commit
bd40b35
verified
1 Parent(s): 7bbd5f8

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -0
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