Orienfish / FedML-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

http://doc.fedml.ai/#/installation

After the clone of this repository, please run the following command to get FedML submodule to your local.

cd FedML
git submodule init
git submodule update

Update FedML Submodule

cd FedML
git checkout master && git pull
cd ..
git add FedML
git commit -m "updating submodule FedML to latest"
git push

About


Languages

Language:Python 92.0%Language:Shell 8.0%