Skip to content

Commit 4a9614f

Browse files
committed
Apply suggestions from code review
1 parent d66243f commit 4a9614f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_torch_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_dmd2_compile_disabled(dmd2_model_not_compiled):
121121
assert not _is_compiled(dmd2_model_not_compiled.net)
122122
assert not _is_compiled(dmd2_model_not_compiled.teacher)
123123
assert not _is_compiled(dmd2_model_not_compiled.fake_score)
124-
124+
assert not _is_compiled(dmd2_model_not_compiled.discriminator)
125125

126126
def test_compile_excludes_ema(sft_model_not_compiled):
127127
# EMA networks live in model_dict but are weight-averaged copies that are not run

0 commit comments

Comments
 (0)