Skip to content

Commit 075423c

Browse files
committed
drop gpt fp32 in benchmark
1 parent 7b455cc commit 075423c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [ ${mode_item} != "static" ] && [ ${mode_item} != "dygraph" ]; then
3838
fi
3939
profile="off"
4040
model_list=(gpt2 gpt3)
41-
fp_list=(fp16 fp32)
41+
fp_list=(fp16)
4242

4343
for model_item in ${model_list[@]}
4444
do

0 commit comments

Comments
 (0)