We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a3aee commit 6a9a873Copy full SHA for 6a9a873
1 file changed
README.md
@@ -96,7 +96,7 @@ make -j
96
97
98
# Distributed Setting
99
-For each machine that participates in FL, it needs to build the library first.
+For each machine that participates in FL, it needs to build the library first. When building the library, passing `-DDISTRIBUTED=ON` option to cmake.
100
```bash
101
mkdir build && cd build
102
cmake .. -DDISTRIBUTED=ON
0 commit comments