Skip to content

Commit

Permalink
trigger llama
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 29, 2024
1 parent 317f044 commit 59ecf36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/models/llama/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
output_dir="output",
per_device_train_batch_size=1,
gradient_accumulation_steps=2,
num_train_epochs=3,
# num_train_epochs=1,
max_steps=100,
logging_strategy="steps",
logging_steps=20,
bf16=True,
Expand Down

0 comments on commit 59ecf36

Please sign in to comment.