Skip to content

Commit 082ae31

Browse files
removes assertion
1 parent 451f6a5 commit 082ae31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/checkpoint_conversion/convert_gemma3_checkpoints.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,6 @@ def validate_output(
506506
flax_output = flax_sampler.chat(input_str, images=image)
507507
print("🔶 Flax output:", flax_output)
508508

509-
if flax_output.startswith(keras_output):
510-
print("✅ Output validated!")
511-
else:
512-
print("❌ Output does not match!")
513-
514509

515510
def main(_):
516511
preset = FLAGS.preset

0 commit comments

Comments
 (0)