Skip to content

Commit

Permalink
feat:fedmlsdk add MNN PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
joyerf committed Sep 3, 2022
1 parent 2798b70 commit 2b0421e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions android/fedmlsdk/MobileNN/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.idea
.cxx

build/FedMLTrainer/build_x86_linux
build/FedMLTrainer/build_arm_android_64

build/lightsecagg/build_x86_linux
build/lightsecagg/build_arm_android_64

build/train/build_x86_linux
build/train/build_arm_android_64
.DS_Store
/build/MNN/build_x86_linux/
/build/MNN/build_arm_android_64/
/build/torch/build_x86_linux/
/build/torch/build_arm_android_64/
6 changes: 6 additions & 0 deletions android/fedmlsdk/MobileNN/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "MNN"]
path = MNN
url = https://github.com/FedML-AI/MNN.git
[submodule "pytorch"]
path = pytorch
url = https://github.com/FedML-AI/pytorch.git

0 comments on commit 2b0421e

Please sign in to comment.