"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "3b6a9154dde490da393630e7790136e7f516d3c1"
Commit 365b6f01 authored by Rick Ho's avatar Rick Ho
Browse files

update test script

parent 7af4a1c1
...@@ -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 64 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
......
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