Skip to content

Commit 476744c

Browse files
committed
feat: add server rounds and num clients to gh action
1 parent 9f79143 commit 476744c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/run-experiment.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ on:
4545
description: "Simulated latency for FP32 (seconds)"
4646
required: false
4747
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+
required: false
55+
default: "10"
4856

4957
jobs:
5058
cleanup:
@@ -92,4 +100,6 @@ jobs:
92100
QUANTIZATION_BITS_SPLIT: ${{ inputs.quantization_bits_split }}
93101
QUANTIZATION_BITS_SEED: ${{ inputs.quantization_bits_seed }}
94102
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 }}
95105
run: uv run -- make start-detached

0 commit comments

Comments
 (0)