Skip to content

Commit

Permalink
refactor test&android folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyanghe committed Jul 2, 2022
1 parent 5dfa014 commit 5c30930
Show file tree
Hide file tree
Showing 44 changed files with 9 additions and 43 deletions.
8 changes: 7 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
[https://doc.fedml.ai](https://doc.fedml.ai)
- Documentation: [https://doc.fedml.ai](https://doc.fedml.ai)

- Examples of FedML Python Library: [FedML/python/examples](./../python/examples)

- Examples of FedML IoT: [FedML/iot](../iot)

- Examples of FedML Android: [FedML/android](../android)
1 change: 1 addition & 0 deletions ios/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We will release iOS SDK soon. Please use Android SDK first.
31 changes: 0 additions & 31 deletions mobile/README.md

This file was deleted.

1 change: 0 additions & 1 deletion mobile/android/README.md

This file was deleted.

1 change: 0 additions & 1 deletion mobile/ios/README.md

This file was deleted.

Empty file removed python/app/fediot/__init__.py
Empty file.
1 change: 1 addition & 0 deletions python/app/mpi_host_file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
104-171-200-171
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@


from common import (
identity,
identity_script,
heavy,
heavy_script,
identity_cuda,
identity_script_cuda,
heavy_cuda,
heavy_script_cuda,
stamp_time,
compute_delay,
NUM_RPC,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import torch.multiprocessing as mp
import pt_rpc_client
import pt_rpc_server
import grpc_client
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5c30930

Please sign in to comment.