Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dunzeng committed Aug 20, 2021
1 parent 16dd5b2 commit 0e8f38d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ cython_debug/
# dataset
fedlab_benchmarks/datasets/data/*/data
fedlab_benchmarks/datasets/data/*/meta
actions-runner
fedlab_benchmarks/datasets/mnist
actions-runner

# tests
fedlab_benchmarks/algorithm/fedavg/standalone/*.txt
Expand Down
20 changes: 20 additions & 0 deletions tests/data/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"server": {
"ip" : "127.0.0.1",
"port": "3002",
"world_size": 3,
"rank": 0
},
"client_0": {
"ip": "127.0.0.1",
"port": "3002",
"world_size": 3,
"rank": 1
},
"client_1": {
"ip": "127.0.0.1",
"port": "3002",
"world_size": 3,
"rank": 2
}
}
1 change: 1 addition & 0 deletions tests/data/leaf/test/test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/data/leaf/train/train.json

Large diffs are not rendered by default.

Binary file added tests/data/nnModel.ckpt
Binary file not shown.

0 comments on commit 0e8f38d

Please sign in to comment.