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

去掉同流变量

parent 9e06ecd3
......@@ -2,8 +2,6 @@ for para in $*
do
if [[ $para == --profiling* ]];then
profiling=${para#*=}
export GPU_FLUSH_ON_EXECUTION=1
export HIP_DIRECT_DISPATCH=0
fi
done
......
......@@ -2,8 +2,6 @@ for para in $*
do
if [[ $para == --profiling* ]];then
profiling=${para#*=}
export GPU_FLUSH_ON_EXECUTION=1
export HIP_DIRECT_DISPATCH=0
fi
done
......
......@@ -2,8 +2,6 @@ for para in $*
do
if [[ $para == --profiling* ]];then
profiling=${para#*=}
export GPU_FLUSH_ON_EXECUTION=1
export HIP_DIRECT_DISPATCH=0
fi
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