Skip to content

test wrapper diopi func and build aten #837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "dipu/third_party/DIOPI"]
path = dipu/third_party/DIOPI
url = https://github.com/DeepLink-org/DIOPI.git
url = https://github.com/DeepLink-org/DIOPI.dev.git
branch = buildAten_and_wrapper_func
[submodule "dipu/third_party/kineto"]
path = dipu/third_party/kineto
url = https://github.com/DeepLink-org/kineto.git
2 changes: 1 addition & 1 deletion dipu/scripts/ci/ci_one_iter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function clone_needed_repo() {
DIENGINE=dipu_v0.4.8_one_iter_tool
TRANSFORMERS=dipu_v4.35.2_one_iter_tool
LIGHTLLM=dipu_one_iter_tool
DEEPLINKEXT=ee45ff3015e616c0dd49b374dc8e3b9bfa6e2601
DEEPLINKEXT=2a47138de420a0147e8de70685e628d3732135d7
ALPACALORA=sco_oneiter_finetune

check_and_clone_repository "DI-engine" ${DIENGINE}
Expand Down
Loading