tweak acceptable loss from changed hyperparams

This commit is contained in:
Wing Lian
2025-07-06 19:25:26 -04:00
parent 0102ca5943
commit a94c4a014b

View File

@@ -719,7 +719,7 @@ class TestMultiGPULlama:
) )
check_tensorboard( check_tensorboard(
temp_dir + "/runs", "train/train_loss", 2.4, "Train Loss (%s) is too high" temp_dir + "/runs", "train/train_loss", 2.5, "Train Loss (%s) is too high"
) )
@pytest.mark.parametrize( @pytest.mark.parametrize(
@@ -788,7 +788,7 @@ class TestMultiGPULlama:
) )
check_tensorboard( check_tensorboard(
temp_dir + "/runs", "train/train_loss", 2.4, "Train Loss (%s) is too high" temp_dir + "/runs", "train/train_loss", 2.5, "Train Loss (%s) is too high"
) )
@pytest.mark.parametrize( @pytest.mark.parametrize(
@@ -857,7 +857,7 @@ class TestMultiGPULlama:
) )
check_tensorboard( check_tensorboard(
temp_dir + "/runs", "train/train_loss", 2.4, "Train Loss (%s) is too high" temp_dir + "/runs", "train/train_loss", 2.5, "Train Loss (%s) is too high"
) )
@pytest.mark.skip( @pytest.mark.skip(