Skip to content

Commit

Permalink
Revert "Adjust the design of FedML Python Agent to a decentralized ar…
Browse files Browse the repository at this point in the history
…chitecture that supports Launch Master, Launch Slave, Deploy Master, and Deploy Slave at the same time."
  • Loading branch information
Alay Dilipbhai Shah authored Jul 2, 2024
1 parent a5bbcd2 commit 37be694
Show file tree
Hide file tree
Showing 93 changed files with 741 additions and 2,120 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/CI_build.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/CI_deploy.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/CI_federate.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/CI_launch.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/CI_train.yml

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/README.md

This file was deleted.

File renamed without changes.
34 changes: 0 additions & 34 deletions .github/workflows/deprecated/python-package-conda.yml

This file was deleted.

File renamed without changes.
Binary file removed .github/workflows/image.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ jobs:
echo ${{ steps.extract_branch.outputs.branch }}
if [[ ${{ steps.extract_branch.outputs.branch }} == "master" ]]; then
echo "running on master"
path=/home/fedml/FedML
path=/home/actions-runner/fedml-master
cd $path
git pull
echo "dir=$path" >> $GITHUB_OUTPUT
else
echo "running on dev"
path=/home/fedml/FedML
path=/home/actions-runner/fedml-dev
cd $path
git pull
git checkout ${{ steps.extract_branch.outputs.branch }}
echo "dir=$path" >> $GITHUB_OUTPUT
fi
- name: Analysing the code with pylint
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/registry-runners/build_linux_runners.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/registry-runners/build_test.sh

This file was deleted.

Loading

0 comments on commit 37be694

Please sign in to comment.