Skip to content

Commit 078758e

Browse files
authored
Merge pull request #1629 from hysunflower/drop_benchmark_models
drop gpt fp32 in benchmark
2 parents 7b455cc + 075423c commit 078758e

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)