We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555d03a commit 46fefc1Copy full SHA for 46fefc1
aiu_fms_testing_utils/scripts/drive_paged_programs.py
@@ -362,7 +362,6 @@ def __load_validation_info(
362
dist.get_rank() == 0
363
)
364
365
-# not validation
366
with stagger_region(args.stagger_load):
367
model = get_model(
368
architecture="hf_pretrained",
@@ -379,7 +378,6 @@ def __load_validation_info(
379
378
380
__maybe_prepare_fp8_weights(model, is_fp8)
381
382
-# is validation
383
if not args.skip_validation:
384
385
validation_model = get_model(
aiu_fms_testing_utils/scripts/refactored_dpp.py
@@ -941,4 +941,4 @@ def process_tokens_test(
941
attn_name=ATTN_NAME,
942
cpu_dtype=CPU_DTYPE,
943
tokenizer=tokenizer,
944
- )
+ )
0 commit comments