Skip to content

Commit

Permalink
remove $ in unset
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 bef2fe2 commit 067c484
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rosetta/rosetta/projects/pax/xla_flags/glam-126m64e.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sources 5b as a reference
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/gpt-5b.env
unset $SCRIPT_DIR
unset SCRIPT_DIR
2 changes: 1 addition & 1 deletion rosetta/rosetta/projects/pax/xla_flags/glam-64b64e.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sources 5b as a reference
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/gpt-5b.env
unset $SCRIPT_DIR
unset SCRIPT_DIR
2 changes: 1 addition & 1 deletion rosetta/rosetta/projects/pax/xla_flags/gpt-175b.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sources 5b as a reference
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/gpt-5b.env
unset $SCRIPT_DIR
unset SCRIPT_DIR
2 changes: 1 addition & 1 deletion rosetta/rosetta/projects/pax/xla_flags/llama-70b.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sources 5b as a reference
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/gpt-5b.env
unset $SCRIPT_DIR
unset SCRIPT_DIR

0 comments on commit 067c484

Please sign in to comment.