Skip to content

Commit 46fefc1

Browse files
committed
Small cleanup
Signed-off-by: Rafael Vasquez <rafvasq21@gmail.com>
1 parent 555d03a commit 46fefc1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aiu_fms_testing_utils/scripts/drive_paged_programs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ def __load_validation_info(
362362
dist.get_rank() == 0
363363
)
364364

365-
# not validation
366365
with stagger_region(args.stagger_load):
367366
model = get_model(
368367
architecture="hf_pretrained",
@@ -379,7 +378,6 @@ def __load_validation_info(
379378

380379
__maybe_prepare_fp8_weights(model, is_fp8)
381380

382-
# is validation
383381
if not args.skip_validation:
384382
with stagger_region(args.stagger_load):
385383
validation_model = get_model(

aiu_fms_testing_utils/scripts/refactored_dpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,4 +941,4 @@ def process_tokens_test(
941941
attn_name=ATTN_NAME,
942942
cpu_dtype=CPU_DTYPE,
943943
tokenizer=tokenizer,
944-
)
944+
)

0 commit comments

Comments
 (0)