Skip to content

Commit

Permalink
fix: stop using internal mode (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiryls authored Nov 10, 2023
1 parent ea8bf00 commit 89b36c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipu/scripts/ci/droplet/ci_droplet_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function config_all_droplet_cmake() {
echo "config_dipu_nv_cmake PYTHON_INCLUDE_DIR: ${PYTHON_INCLUDE_DIR}"
cmake ../ -DCMAKE_BUILD_TYPE=Debug \
-DDEVICE=${DIPU_DEVICE} -DPYTORCH_DIR=${PYTORCH_DIR} \
-DWITH_DIOPI=INTERNAL \
-DWITH_DIOPI="none" \
-DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE_DIR}
# -DCMAKE_C_FLAGS_DEBUG="-g -O0" \
# -DCMAKE_CXX_FLAGS_DEBUG="-g -O0"
Expand Down

0 comments on commit 89b36c8

Please sign in to comment.