Skip to content

Commit

Permalink
update liger configs
Browse files Browse the repository at this point in the history
  • Loading branch information
erictang000 committed Nov 13, 2024
1 parent 0a2853f commit e176331
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ logger:
worker_resources:
anyscale/accelerator_shape:4xA10G: 0.001

# Liger kernel configuration
liger_kernel:
enabled: True
kwargs:
rms_norm: False
rope: True
swiglu: True
cross_entropy: True
fused_linear_cross_entropy: False

# Lora configuration
lora_config:
r: 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ logger:
worker_resources:
anyscale/accelerator_shape:4xA10G: 0.001

# Liger kernel configuration
liger_kernel:
enabled: True
kwargs:
rms_norm: False
rope: True
swiglu: True
cross_entropy: True
fused_linear_cross_entropy: False

# Lora configuration
lora_config:
r: 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ deepspeed:
worker_resources:
anyscale/accelerator_shape:4xA10G: 0.001

# Liger kernel configuration
liger_kernel:
enabled: True
kwargs:
Expand Down

0 comments on commit e176331

Please sign in to comment.