Skip to content

Commit

Permalink
be consistent about echoing default flags
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Kong <terryk@nvidia.com>
  • Loading branch information
terrykong committed Sep 20, 2024
1 parent 550d38d commit bef2fe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions rosetta/rosetta/projects/t5x/xla_flags/t5.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -x
echo "$0 uses default XLA_FLAGS='${XLA_FLAGS:-}'"
export XLA_PYTHON_CLIENT_MEM_FRACTION=0.8
set +x
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -x
echo "$0 uses default XLA_FLAGS='${XLA_FLAGS:-}'"
export XLA_PYTHON_CLIENT_MEM_FRACTION=0.75
set +x
1 change: 1 addition & 0 deletions rosetta/rosetta/projects/vit/xla_flags/vit-base.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -x
echo "$0 uses default XLA_FLAGS='${XLA_FLAGS:-}'"
export XLA_PYTHON_CLIENT_MEM_FRACTION=0.9
set +x

0 comments on commit bef2fe2

Please sign in to comment.