We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3c0dc commit 78b88ddCopy full SHA for 78b88dd
2 files changed
benchmarks/maxtext_xpk_runner.py
@@ -428,7 +428,7 @@ def build_user_command(
428
if wl_config.hlo_dump:
429
hlo_dump = "XLA_FLAGS='--xla_dump_large_constants --xla_dump_to=/tmp/xla_dump'"
430
upload_hlo_dump = (
431
- f" && gcloud storage cp --recursive /tmp/xla_dump {wl_config.base_output_directory}/{wl_config.run_name}/hlo_dump"
+ f" && gcloud storage cp -r /tmp/xla_dump {wl_config.base_output_directory}/{wl_config.run_name}/hlo_dump"
432
)
433
# Construct the command string with proper formatting and line continuations
434
command = " ".join(
tests/post_training/unit/sft_data_processing_test.py
@@ -20,7 +20,6 @@
20
import subprocess
21
import unittest
22
import os.path
23
-import pytest
24
import numpy as np
25
import jax
26
from jax.sharding import Mesh
0 commit comments