Skip to content

Commit 3a7af99

Browse files
authored
Merge pull request #602 from FedML-AI/dev/v0.7.0
Dev/v0.7.0
2 parents a8da511 + c3fd2b9 commit 3a7af99

File tree

167 files changed

+10718
-1876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+10718
-1876
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,14 @@ doc/en/_build
179179
/swap/actions-runner/
180180
*.txt
181181
python/examples/cross_silo/light_sec_agg_example/mpi_host_file
182+
/python/examples/cross_silo/mqtt_thetastore_fedavg_mnist_lr_example/custom_data_and_model/mlops/dist-packages/
183+
/python/examples/cross_silo/mqtt_web3storage_fedavg_mnist_lr_example/custom_data_and_model/mlops/dist-packages/
184+
/python/examples/cross_silo/mqtt_s3_fedavg_mnist_lr_example/custom_data_and_model/mlops/dist-packages/
185+
/python/quick_start/parrot/fedml_data/
186+
/python/tests/smoke_test/simulation_sp/mnist/__MACOSX/MNIST/
187+
/python/tests/smoke_test/simulation_sp/mnist/MNIST/
188+
/swap/
189+
/.github/workflows/build_wheels_and_releases副本.yml
190+
/devops/dockerfile/device-image/Dockerfile-Local
191+
/FedML-dev-v0.7.0.iml
192+
/python/fedml/cli/debug-cli.py
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:: ### don't modify this part ###
2+
:: ##############################
3+
4+
5+
:: ### please customize your script in this region ####
6+
set DATA_PATH=%userprofile%\fedml_data
7+
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%
8+
9+
10+
:: ### don't modify this part ###
11+
echo [FedML]Bootstrap Finished
12+
:: ##############################

python/examples/cross_device/mqtt_s3_fedavg_cifar10_resnet20_example/config/bootstrap.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# pip install fedml==0.7.15
33
#pip install --upgrade fedml
44

5-
# login to wandb
6-
75
### don't modify this part ###
86
echo "[FedML]Bootstrap Finished"
9-
##############################
7+
##############################
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:: ### don't modify this part ###
2+
:: ##############################
3+
4+
5+
:: ### please customize your script in this region ####
6+
set DATA_PATH=%userprofile%\fedml_data
7+
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%
8+
9+
10+
:: ### don't modify this part ###
11+
echo [FedML]Bootstrap Finished
12+
:: ##############################

python/examples/cross_device/mqtt_s3_fedavg_mnist_lenet_example/config/bootstrap.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11

22
# pip install fedml==0.7.15
3-
pip install --upgrade fedml
4-
5-
# login to wandb
6-
# wandb login ee0b5f53d949c84cee7decbe7a629e63fb2f8408
3+
#pip install --upgrade fedml
74

85
### don't modify this part ###
96
echo "[FedML]Bootstrap Finished"
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:: ### don't modify this part ###
2+
:: ##############################
3+
4+
5+
:: ### please customize your script in this region ####
6+
set DATA_PATH=%userprofile%\fedml_data
7+
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%
8+
9+
10+
:: ### don't modify this part ###
11+
echo [FedML]Bootstrap Finished
12+
:: ##############################
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
# pip install fedml==0.7.15
3+
#pip install --upgrade fedml
4+
5+
### don't modify this part ###
6+
echo "[FedML]Bootstrap Finished"
7+
##############################
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:: ### don't modify this part ###
2+
:: ##############################
3+
4+
5+
:: ### please customize your script in this region ####
6+
set DATA_PATH=%userprofile%\fedml_data
7+
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%
8+
9+
10+
:: ### don't modify this part ###
11+
echo [FedML]Bootstrap Finished
12+
:: ##############################
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#!/bin/bash
21

32
# pip install fedml==0.7.15
43
#pip install --upgrade fedml
54

65
### don't modify this part ###
76
echo "[FedML]Bootstrap Finished"
8-
##############################
7+
##############################
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
:: ### don't modify this part ###
2+
:: ##############################
3+
4+
5+
:: ### please customize your script in this region ####
6+
set DATA_PATH=%userprofile%\fedml_data
7+
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%
8+
9+
10+
:: ### don't modify this part ###
11+
echo [FedML]Bootstrap Finished
12+
:: ##############################

0 commit comments

Comments
 (0)