carlex3321 commited on
Commit
e2cc6b5
·
verified ·
1 Parent(s): 7206559

Update builder.sh

Browse files
Files changed (1) hide show
  1. 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 build_triton || true
327
- ensure_pkg "apex" check_apex build_apex || true
328
- ensure_pkg "q8_kernels" check_q8 build_q8 || true
329
- ensure_pkg "flash_attn" check_flash build_flash || true
 
 
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 "======================================================="