Spaces:
Paused
Paused
Update builder.sh
Browse files- builder.sh +10 -4
builder.sh
CHANGED
|
@@ -323,12 +323,18 @@ ensure_pkg () {
|
|
| 323 |
|
| 324 |
# ---------------------- Execução ----------------------
|
| 325 |
# Ordem recomendada: Triton -> Apex -> Q8 -> FlashAttention (+ layer_norm) -> BitsAndBytes
|
| 326 |
-
ensure_pkg "triton" check_triton
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
ensure_pkg "
|
|
|
|
|
|
|
| 330 |
|
| 331 |
# opcional
|
|
|
|
|
|
|
|
|
|
|
|
|
| 332 |
build_bitsandbytes
|
| 333 |
|
| 334 |
echo "======================================================="
|
|
|
|
| 323 |
|
| 324 |
# ---------------------- Execução ----------------------
|
| 325 |
# Ordem recomendada: Triton -> Apex -> Q8 -> FlashAttention (+ layer_norm) -> BitsAndBytes
|
| 326 |
+
#ensure_pkg "triton" check_triton
|
| 327 |
+
#build_triton
|
| 328 |
+
#|| true
|
| 329 |
+
#ensure_pkg "apex" check_apex build_apex || true
|
| 330 |
+
#ensure_pkg "q8_kernels" check_q8 build_q8 || true
|
| 331 |
+
#ensure_pkg "flash_attn" check_flash build_flash || true
|
| 332 |
|
| 333 |
# opcional
|
| 334 |
+
build_triton
|
| 335 |
+
build_apex
|
| 336 |
+
build_flash
|
| 337 |
+
build_q8
|
| 338 |
build_bitsandbytes
|
| 339 |
|
| 340 |
echo "======================================================="
|