Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
silencealiang
Pai-Megatron-Patch
Commits
2a4c75a2
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "3df03fa3fe15d0fc824887f4499db40add56c2f8"
Commit
2a4c75a2
authored
Mar 20, 2025
by
silencealiang
Browse files
去掉同流变量
parent
9e06ecd3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
examples/deepseek_v2/run_deepseekv2_236B_1nodes.sh
examples/deepseek_v2/run_deepseekv2_236B_1nodes.sh
+0
-2
examples/deepseek_v2/run_deepseekv2_236B_multinodes.sh
examples/deepseek_v2/run_deepseekv2_236B_multinodes.sh
+0
-2
examples/deepseek_v3/run_deepseekv3_671B_4nodes.sh
examples/deepseek_v3/run_deepseekv3_671B_4nodes.sh
+0
-2
No files found.
examples/deepseek_v2/run_deepseekv2_236B_1nodes.sh
View file @
2a4c75a2
...
@@ -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
...
...
examples/deepseek_v2/run_deepseekv2_236B_multinodes.sh
View file @
2a4c75a2
...
@@ -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
...
...
examples/deepseek_v3/run_deepseekv3_671B_4nodes.sh
View file @
2a4c75a2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment