Skip to content

Commit

Permalink
fix fg ci (#4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostML authored Feb 3, 2023
1 parent 57999a3 commit 18be55d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/regression/ci_case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,10 @@ for apicase in `ls`;do
done
}
fast_generation(){

export CC=/usr/local/gcc-8.2/bin/gcc
export CXX=/usr/local/gcc-8.2/bin/g++

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
Expand Down

0 comments on commit 18be55d

Please sign in to comment.