Skip to content

Commit 5844006

Browse files
[Run] Emergency fix to restore ability to run "standalone" (llm-d#277)
Signed-off-by: maugustosilva <maugusto.silva@gmail.com>
1 parent 1bc4df8 commit 5844006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ function add_env_vars_to_pod {
750750
echo "# "
751751
for envvar in $varlist; do
752752
echo " - name: ${envvar}"
753-
echo " value: \"${!envvar}\""
753+
echo " value: \"${!envvar}\"" | $LLMDBENCH_CONTROL_SCMD -e 's^____\"\$^____REPLACE_ENV_^g' -e 's^: ""$^: " "^g' -e 's^""^"^g'
754754
done
755755
}
756756
export -f add_env_vars_to_pod

0 commit comments

Comments
 (0)