File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 2020import subprocess
2121import unittest
2222import os .path
23- import pytest
2423import numpy as np
2524import jax
2625from jax .sharding import Mesh
You can’t perform that action at this time.
0 commit comments