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
OpenDAS
FastMoE
Commits
365b6f01
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "3b6a9154dde490da393630e7790136e7f516d3c1"
Commit
365b6f01
authored
Dec 30, 2020
by
Rick Ho
Browse files
update test script
parent
7af4a1c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pytorch/cuda/run.sh
pytorch/cuda/run.sh
+4
-4
No files found.
pytorch/cuda/run.sh
View file @
365b6f01
...
@@ -6,13 +6,13 @@ then
...
@@ -6,13 +6,13 @@ then
python moe.py
python moe.py
elif
[
.
$1
=
'.test_all'
]
elif
[
.
$1
=
'.test_all'
]
then
then
for
bs
in
4 16 6
4
for
nexp
in
1 2
4
do
do
for
inf
in
1024
4096
for
inf
in
1024
do
do
for
ouf
in
1024
4096
for
ouf
in
4096
do
do
for
nexp
in
4 16 64
for
bs
in
4 16 64
256 512 1024 2048 4096
do
do
echo
$bs
$nexp
${
inf
}
x
${
ouf
}
echo
$bs
$nexp
${
inf
}
x
${
ouf
}
python moe_test.py
$bs
$inf
$ouf
$nexp
python moe_test.py
$bs
$inf
$ouf
$nexp
...
...
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