Skip to content

Commit

Permalink
Merge pull request #602 from FedML-AI/dev/v0.7.0
Browse files Browse the repository at this point in the history
Dev/v0.7.0
  • Loading branch information
fedml-alex committed Oct 9, 2022
2 parents a8da511 + c3fd2b9 commit 3a7af99
Show file tree
Hide file tree
Showing 167 changed files with 10,718 additions and 1,876 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,14 @@ doc/en/_build
/swap/actions-runner/
*.txt
python/examples/cross_silo/light_sec_agg_example/mpi_host_file
/python/examples/cross_silo/mqtt_thetastore_fedavg_mnist_lr_example/custom_data_and_model/mlops/dist-packages/
/python/examples/cross_silo/mqtt_web3storage_fedavg_mnist_lr_example/custom_data_and_model/mlops/dist-packages/
/python/examples/cross_silo/mqtt_s3_fedavg_mnist_lr_example/custom_data_and_model/mlops/dist-packages/
/python/quick_start/parrot/fedml_data/
/python/tests/smoke_test/simulation_sp/mnist/__MACOSX/MNIST/
/python/tests/smoke_test/simulation_sp/mnist/MNIST/
/swap/
/.github/workflows/build_wheels_and_releases副本.yml
/devops/dockerfile/device-image/Dockerfile-Local
/FedML-dev-v0.7.0.iml
/python/fedml/cli/debug-cli.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# pip install fedml==0.7.15
#pip install --upgrade fedml

# login to wandb

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

# pip install fedml==0.7.15
pip install --upgrade fedml

# login to wandb
# wandb login ee0b5f53d949c84cee7decbe7a629e63fb2f8408
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# pip install fedml==0.7.15
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

# pip install fedml==0.7.15
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

# pip install fedml==0.7.15
#pip install --upgrade fedml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# pip install fedml==0.7.15
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# pip install fedml==0.7.15
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

# pip install fedml==0.7.15
#pip install --upgrade fedml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

# pip install fedml==0.7.15
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

# pip install fedml==0.7.15
#pip install --upgrade fedml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# pip install fedml==0.7.15
#pip install --upgrade fedml

### don't modify this part ###
echo "[FedML]Bootstrap Finished"
##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:: ### don't modify this part ###
:: ##############################


:: ### please customize your script in this region ####
set DATA_PATH=%userprofile%\fedml_data
if exist %DATA_PATH% (echo Exist %DATA_PATH%) else mkdir %DATA_PATH%


:: ### don't modify this part ###
echo [FedML]Bootstrap Finished
:: ##############################
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@


#echo "bootstrap out"
#mkdir -p ~/fednlp_data
#
#pip3 install -r ./requirements.txt
#
#bash ./download_data.sh
#bash ./download_partition.sh
#
#exit 0

# pip install fedml==0.7.15
#pip install --upgrade fedml

Expand Down
Loading

0 comments on commit 3a7af99

Please sign in to comment.