Skip to content

Commit 33924d2

Browse files
authored
refactor(convergence-test): remove unnecessary print (#913)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence
1 parent 2942b58 commit 33924d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/convergence/bf16/test_mini_models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,8 +1212,6 @@ def run_mini_model(
12121212
else:
12131213
MINI_MODEL_SETUPS[model_name].liger_kernel_patch_revert_func(**revert_kwargs)
12141214

1215-
print(MINI_MODEL_SETUPS[model_name])
1216-
12171215
model = create_model(model_name).to(dtype).to(device)
12181216

12191217
train_dataset = load_from_disk(DEFAULT_DATASET_PATH)

0 commit comments

Comments
 (0)