Skip to content

Commit 327c531

Browse files
authored
Update command_utils.py
1 parent 7dc51e0 commit 327c531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/command_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def execute_train(
6565
)
6666

6767
exec_command(
68-
f"export PYTHONBUFFERED=16 && "
68+
f"export no_proxy=127.0.0.1 && export PYTHONBUFFERED=16 && "
6969
f'source "{repo_base_dir}/scripts/models/{model_type}.sh" && '
7070
# TODO should this 127.0.0.1 be `master_addr` instead
7171
f'ray job submit --address="http://127.0.0.1:8265" '

0 commit comments

Comments
 (0)