Skip to content

Commit

Permalink
add liger to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
erictang000 committed Nov 13, 2024
1 parent 9369d94 commit 0a2853f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/e2e-dspy-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,6 @@ sanity_check_program(llama_70b, vanilla_program, ft_trainset[0])
```

Program input: Example({'text': 'I still have not received an answer as to why I was charged $1.00 in a transaction?'}) (input_keys={'text'})


Program output label: extra_charge_on_statement


Expand Down Expand Up @@ -794,8 +792,6 @@ except ValueError as e:
```

Program input: Example({'text': 'I still have not received an answer as to why I was charged $1.00 in a transaction?'}) (input_keys={'text'})


Non fine-tuned model returned invalid output out and errored out with Expected dict_keys(['reasoning', 'label']) but got dict_keys([])
Program input: Example({'text': 'I still have not received an answer as to why I was charged $1.00 in a transaction?'}) (input_keys={'text'})
Fine-tuned model returned invalid output out and errored out with Expected dict_keys(['reasoning', 'label']) but got dict_keys([])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ deepspeed:
worker_resources:
anyscale/accelerator_shape:4xA10G: 0.001

liger_kernel:
enabled: True
kwargs:
rms_norm: True
rope: True
swiglu: True
cross_entropy: True
fused_linear_cross_entropy: False

# Lora configuration
lora_config:
r: 8
Expand Down

0 comments on commit 0a2853f

Please sign in to comment.