Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-varma committed May 17, 2024
1 parent 3883081 commit c99b4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/configs/llama3/8B_full_single_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resume_from_checkpoint: False
batch_size: 2
epochs: 3
optimizer:
_component_: bitsandbytes.optim.AdamW8bit
_component_: bitsandbytes.optim.PagedAdamW8bit
lr: 2e-5
loss:
_component_: torch.nn.CrossEntropyLoss
Expand Down

0 comments on commit c99b4d7

Please sign in to comment.