LICENSE
README.md
pyproject.toml
flashml_workloads/__init__.py
flashml_workloads/fedavg_driver.py
flashml_workloads/fedavg_weights.py
flashml_workloads/fedavg_worker.py
flashml_workloads/kmeans_driver.py
flashml_workloads/kmeans_shard.py
flashml_workloads/sgd_trainer.py
flashml_workloads/sharded_kmeans.py
flashml_workloads/sklearn_trial.py
flashruntime/__init__.py
flashruntime/py.typed
flashruntime/sdk.py
flashruntime.egg-info/PKG-INFO
flashruntime.egg-info/SOURCES.txt
flashruntime.egg-info/dependency_links.txt
flashruntime.egg-info/entry_points.txt
flashruntime.egg-info/requires.txt
flashruntime.egg-info/top_level.txt
flashruntime/artifacts/__init__.py
flashruntime/artifacts/store.py
flashruntime/backends/__init__.py
flashruntime/backends/base.py
flashruntime/backends/kuberay.py
flashruntime/checkpoint/__init__.py
flashruntime/checkpoint/catalog.py
flashruntime/checkpoint/local.py
flashruntime/checkpoint/store.py
flashruntime/integrations/__init__.py
flashruntime/integrations/huggingface.py
flashruntime/integrations/pytorch.py
flashruntime/integrations/sklearn.py
flashruntime/launchers/__init__.py
flashruntime/launchers/local.py
flashruntime/leases/__init__.py
flashruntime/leases/manager.py
flashruntime/leases/sqlite_store.py
flashruntime/leases/store.py
flashruntime/monitor/__init__.py
flashruntime/monitor/sampler.py
flashruntime/planner/__init__.py
flashruntime/planner/candidates.py
flashruntime/planner/catalog.py
flashruntime/planner/comm.py
flashruntime/planner/explain.py
flashruntime/planner/memory.py
flashruntime/planner/resolve.py
flashruntime/planner/selector.py
flashruntime/planner/timecost.py
flashruntime/profiling/__init__.py
flashruntime/protocol/__init__.py
flashruntime/protocol/plan_v1alpha1.py
flashruntime/protocol/v1alpha1.py
flashruntime/providers/__init__.py
flashruntime/recipes/__init__.py
flashruntime/recipes/command.py
flashruntime/recovery/__init__.py
flashruntime/recovery/policy.py
flashruntime/recovery/signals.py
flashruntime/recovery/taxonomy.py
flashruntime/scheduler/__init__.py
flashruntime/service/__init__.py
flashruntime/service/app.py
flashruntime/service/auth.py
flashruntime/service/checkpoints.py
flashruntime/service/cli.py
flashruntime/service/dashboard.py
flashruntime/service/ledger.py
flashruntime/service/modea.py
flashruntime/strategies/__init__.py
flashruntime/strategies/command.py
flashruntime/torch/__init__.py
flashruntime/viewer/__init__.py
flashruntime/viewer/flowmap.py
flashruntime/viewer/page.py
flashruntime/viewer/server.py
flashruntime/viewer/state.py
flashruntime/viewer/_docs/benchmarks.html
flashruntime/viewer/_docs/get-started.html
flashruntime/viewer/_docs/index.html
flashruntime/viewer/_docs/search-index.json
flashruntime/viewer/_docs/concepts/architecture.html
flashruntime/viewer/_docs/guides/federated-averaging.html
flashruntime/viewer/_docs/guides/huggingface.html
flashruntime/viewer/_docs/guides/jobspec-and-isolation.html
flashruntime/viewer/_docs/guides/pytorch.html
flashruntime/viewer/_docs/guides/sklearn.html
flashruntime/viewer/_docs/reference/cli.html
flashruntime/viewer/_docs/reference/integrations.html
flashruntime/viewer/_docs/reference/sdk.html
flashruntime/viewer/_docs/reference/torch-helper.html
flashruntime/viewer/_docs/tutorials/convnet.html
flashruntime/viewer/_docs/tutorials/fault-tolerance.html
flashruntime/viewer/_docs/tutorials/sklearn-sweeps.html
flashruntime/workloads/__init__.py
flashruntime/workloads/command.py
tests/test_auto_recovery.py
tests/test_benchmarks.py
tests/test_checkpoint.py
tests/test_checkpoint_local.py
tests/test_cli_submit.py
tests/test_documentation.py
tests/test_examples_e2e.py
tests/test_fedavg_convergence.py
tests/test_fedavg_driver.py
tests/test_fedavg_weights.py
tests/test_fedavg_worker.py
tests/test_gpu_e2e.py
tests/test_integrations.py
tests/test_interfaces.py
tests/test_kmeans_leases.py
tests/test_kmeans_workload.py
tests/test_kuberay_backend.py
tests/test_launcher_local.py
tests/test_leases.py
tests/test_leases_scope.py
tests/test_leases_sqlite.py
tests/test_monitor_sampler.py
tests/test_planner.py
tests/test_protocol_v1alpha1.py
tests/test_recipes_command.py
tests/test_recovery.py
tests/test_run_json.py
tests/test_scheduler_isolation.py
tests/test_sdk_submit.py
tests/test_service_auth.py
tests/test_service_auth_startup.py
tests/test_service_checkpoints.py
tests/test_service_command_recipe.py
tests/test_service_delegation.py
tests/test_service_fedavg.py
tests/test_service_modea.py
tests/test_service_write_scope.py
tests/test_sgd_trainer.py
tests/test_strategy_command.py
tests/test_torch_helper.py
tests/test_viewer_flowmap.py
tests/test_viewer_page.py
tests/test_viewer_server.py
tests/test_viewer_state.py
tests/test_workloads_command.py