Skip to content

Commit

Permalink
skip adamw temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
POI-WX committed Mar 20, 2024
1 parent 1e278b0 commit 86fd184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csrc/extensions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
if (&diopiApplyPenalty != nullptr) {
m.def("apply_penalty", &extApplyPenalty, "deeplink ext_apply_penalty");
}
if (&diopiAdamW != nullptr) {
m.def("adamw", &extAdamW, "deeplink ext_adamw");
}
// if (&diopiAdamW != nullptr) {
// m.def("adamw", &extAdamW, "deeplink ext_adamw");
// }
}

} // namespace dipu::dipu_ext

0 comments on commit 86fd184

Please sign in to comment.