File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ cd "${marian_dir}"
1919if [ " ${use_gpu} " == " true" ]; then
2020 # this is a production version that runs on GPU
2121 test -v CUDA_DIR
22- cmake .. -DUSE_SENTENCEPIECE=on -DUSE_FBGEMM=on -DCOMPILE_CPU=on -DCMAKE_BUILD_TYPE=Release \
22+ cmake .. -DUSE_SENTENCEPIECE=on -DUSE_FBGEMM=on -DCOMPILE_CPU=on -DCMAKE_BUILD_TYPE=RelWithDebInfo \
2323 -DCUDA_TOOLKIT_ROOT_DIR=" ${CUDA_DIR} " " ${extra_args[@]} "
2424else
2525 # this is a CPU version that we use for testing
26- cmake .. -DUSE_SENTENCEPIECE=on -DUSE_FBGEMM=on -DCOMPILE_CPU=on -DCMAKE_BUILD_TYPE=Release \
26+ cmake .. -DUSE_SENTENCEPIECE=on -DUSE_FBGEMM=on -DCOMPILE_CPU=on -DCMAKE_BUILD_TYPE=RelWithDebInfo \
2727 -DCOMPILE_CUDA=off -DCOMPILE_SERVER=on " ${extra_args[@]} "
2828fi
2929
You can’t perform that action at this time.
0 commit comments