Skip to content

Commit 78b88dd

Browse files
chore: update
1 parent 1f3c0dc commit 78b88dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

benchmarks/maxtext_xpk_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def build_user_command(
428428
if wl_config.hlo_dump:
429429
hlo_dump = "XLA_FLAGS='--xla_dump_large_constants --xla_dump_to=/tmp/xla_dump'"
430430
upload_hlo_dump = (
431-
f" && gcloud storage cp --recursive /tmp/xla_dump {wl_config.base_output_directory}/{wl_config.run_name}/hlo_dump"
431+
f" && gcloud storage cp -r /tmp/xla_dump {wl_config.base_output_directory}/{wl_config.run_name}/hlo_dump"
432432
)
433433
# Construct the command string with proper formatting and line continuations
434434
command = " ".join(

tests/post_training/unit/sft_data_processing_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import subprocess
2121
import unittest
2222
import os.path
23-
import pytest
2423
import numpy as np
2524
import jax
2625
from jax.sharding import Mesh

0 commit comments

Comments
 (0)