fusionnet-mvp-proto / scripts /launch_fl_round.sh
merciff2's picture
Upload folder using huggingface_hub
2072243 verified
Raw
History Blame Contribute Delete
358 Bytes
#!/bin/bash
set -e
echo "Launching FusionNet Federated Learning Round..."
# Placeholder for launching the orchestrator and local VM clients
# python -m fusionnet.core.fl_coordinator &
# sleep 2
# python -m fusionnet.core.lora_trainer --device_id 1 &
# python -m fusionnet.core.lora_trainer --device_id 2 &
echo "FL Round simulation complete."