UNPKG

federer

Version:

Experiments in asynchronous federated learning and decentralized learning

6 lines 184 B
export interface ClientCLIOptions { "coordinator-url": string; "server-url": string; } export declare function getCLIArgs(): ClientCLIOptions; //# sourceMappingURL=cli.d.ts.map