We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b455cc commit 075423cCopy full SHA for 075423c
tests/benchmark/run_all.sh
@@ -38,7 +38,7 @@ if [ ${mode_item} != "static" ] && [ ${mode_item} != "dygraph" ]; then
38
fi
39
profile="off"
40
model_list=(gpt2 gpt3)
41
-fp_list=(fp16 fp32)
+fp_list=(fp16)
42
43
for model_item in ${model_list[@]}
44
do
0 commit comments