Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DrownFish19 committed Aug 29, 2023
1 parent 9c45846 commit 34a656e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/regression/ci_case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,8 @@ done
}
fast_generation(){
cd ${nlp_dir}/fast_generation/samples
python codegen_sample.py >${log_path}/fast_generation_codegen >>${log_path}/fast_generation_codegen 2>&1
print_info $? fast_generation_codegen
# python codegen_sample.py >${log_path}/fast_generation_codegen >>${log_path}/fast_generation_codegen 2>&1
# print_info $? fast_generation_codegen

python gpt_sample.py >${log_path}/fast_generation_gpt >>${log_path}/fast_generation_gpt 2>&1
print_info $? fast_generation_gpt
Expand Down

0 comments on commit 34a656e

Please sign in to comment.