make sure the CI fails when pytest script fails (#1669)

* make sure the pytest script fails

* make sure the defaults come through for tests

* make sure tensorboard is loaded for test assertion
This commit is contained in:
Wing Lian
2024-05-29 10:12:11 -04:00
committed by GitHub
parent 49b967b62f
commit fe650dd326
3 changed files with 4 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ class TestResumeLlama(unittest.TestCase):
"save_steps": 10,
"save_total_limit": 5,
"max_steps": 40,
"use_tensorboard": True,
}
)
if is_torch_bf16_gpu_available():