File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ scale.
115
115
116
116
Install
117
117
-------
118
- To install Horovod:
118
+ To install Horovod on Linux or macOS :
119
119
120
120
1. Install `CMake <https://cmake.org/install/ >`__
121
121
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Horovod Installation Guide
6
6
Requirements
7
7
------------
8
8
9
+ - GNU Linux or macOS
9
10
- Python >= 3.6
10
11
- `g++-5 ` or above, or another compiler supporting C++14
11
12
- CMake 3.13 or newer
@@ -19,6 +20,8 @@ For best performance on GPU:
19
20
If Horovod in unable to find the CMake binary, you may need to set ``HOROVOD_CMAKE `` in your environment before
20
21
installing.
21
22
23
+ Horovod does not support Windows.
24
+
22
25
Frameworks
23
26
----------
24
27
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ def _dummy():
38
38
'psutil' ,
39
39
40
40
'fsspec' ,
41
+ 'fsspec.callbacks' ,
41
42
'fsspec.core' ,
42
43
'fsspec.utils' ,
43
44
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ scale.
107
107
108
108
Install
109
109
-------
110
- To install Horovod:
110
+ To install Horovod on Linux or macOS :
111
111
112
112
1. Install `CMake <https://cmake.org/install/ >`__
113
113
You can’t perform that action at this time.
0 commit comments