1 parent 9f79143 commit 476744cCopy full SHA for 476744c
1 file changed
.github/workflows/run-experiment.yml
@@ -45,6 +45,14 @@ on:
45
description: "Simulated latency for FP32 (seconds)"
46
required: false
47
default: "1.6"
48
+ num_server_rounds:
49
+ description: "Number of server rounds"
50
+ required: false
51
+ default: "20"
52
+ num_clients_per_round:
53
+ description: "Number of clients per round"
54
55
+ default: "10"
56
57
jobs:
58
cleanup:
@@ -92,4 +100,6 @@ jobs:
92
100
QUANTIZATION_BITS_SPLIT: ${{ inputs.quantization_bits_split }}
93
101
QUANTIZATION_BITS_SEED: ${{ inputs.quantization_bits_seed }}
94
102
SIMULATED_LATENCY_FP32_S: ${{ inputs.simulated_latency_fp32_s }}
103
+ NUM_SERVER_ROUNDS: ${{ inputs.num_server_rounds }}
104
+ NUM_CLIENTS_PER_ROUND: ${{ inputs.num_clients_per_round }}
95
105
run: uv run -- make start-detached
0 commit comments