Skip to content

Commit

Permalink
tests: fix error with mixed_precision value on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Sep 14, 2024
1 parent 558abad commit 4dd81a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def test_stats_memory_used_none(
timestep_bias_portion=0,
metadata_update_interval=100,
gradient_accumulation_steps=1,
mixed_precision="bf16",
report_to="none",
output_dir="output_dir",
),
Expand Down

0 comments on commit 4dd81a2

Please sign in to comment.