"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "3df03fa3fe15d0fc824887f4499db40add56c2f8"
Commit 2a4c75a2 authored by silencealiang's avatar silencealiang
Browse files

去掉同流变量

parent 9e06ecd3
...@@ -2,8 +2,6 @@ for para in $* ...@@ -2,8 +2,6 @@ for para in $*
do do
if [[ $para == --profiling* ]];then if [[ $para == --profiling* ]];then
profiling=${para#*=} profiling=${para#*=}
export GPU_FLUSH_ON_EXECUTION=1
export HIP_DIRECT_DISPATCH=0
fi fi
done done
......
...@@ -2,8 +2,6 @@ for para in $* ...@@ -2,8 +2,6 @@ for para in $*
do do
if [[ $para == --profiling* ]];then if [[ $para == --profiling* ]];then
profiling=${para#*=} profiling=${para#*=}
export GPU_FLUSH_ON_EXECUTION=1
export HIP_DIRECT_DISPATCH=0
fi fi
done done
......
...@@ -2,8 +2,6 @@ for para in $* ...@@ -2,8 +2,6 @@ for para in $*
do do
if [[ $para == --profiling* ]];then if [[ $para == --profiling* ]];then
profiling=${para#*=} profiling=${para#*=}
export GPU_FLUSH_ON_EXECUTION=1
export HIP_DIRECT_DISPATCH=0
fi fi
done done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment