Skip to content

Commit

Permalink
[refactor] add MNN as submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhaode committed Jun 7, 2024
1 parent 0479c56 commit 0e39c2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# ignore dirs
build/
MNN/
.vscode/
.cached/
.cache/
libs/
include/MNN
resource/models/fp16/
resource/models/int8/
resource/models/int4/
src/chat
Debug/
Release
include/pthread.h
Expand Down
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[submodule "MNN"]
path = MNN
url = https://github.com/alibaba/MNN.git
shallow = true

1 change: 1 addition & 0 deletions MNN
Submodule MNN added at 615446

0 comments on commit 0e39c2c

Please sign in to comment.