PEFT
PyTorch
Safetensors
llama
Generated from Trainer
mtasic85 commited on
Commit
4972367
·
1 Parent(s): 5341b68

enable liger

Browse files
Files changed (1) hide show
  1. axolotl-config.yml +6 -6
axolotl-config.yml CHANGED
@@ -71,9 +71,9 @@ fsdp:
71
  fsdp_config:
72
  special_tokens:
73
 
74
- # plugins:
75
- # - axolotl.integrations.liger.LigerPlugin
76
- # liger_rope: true
77
- # liger_rms_norm: true
78
- # liger_swiglu: true
79
- # liger_fused_linear_cross_entropy: true
 
71
  fsdp_config:
72
  special_tokens:
73
 
74
+ plugins:
75
+ - axolotl.integrations.liger.LigerPlugin
76
+ liger_rope: true
77
+ liger_rms_norm: true
78
+ liger_swiglu: true
79
+ liger_fused_linear_cross_entropy: true