File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,25 @@ train loop to ensure everything stays consistent during a healing operation.
116
116
117
117
See the design doc linked above for more details.
118
118
119
- ## Prerequisites
119
+ ## Installing from PyPI
120
+
121
+ We have nighty builds available at https://pypi.org/project/torchft-nightly/
122
+
123
+ To install torchft with minimal dependencies you can run:
124
+
125
+ ``` sh
126
+ pip install torchft-nightly
127
+ ```
128
+
129
+ If you want all development dependencies you can install:
130
+
131
+ ``` sh
132
+ pip install torchft-nightly[dev]
133
+ ```
134
+
135
+ ## Installing from Source
136
+
137
+ ### Prerequisites
120
138
121
139
Before proceeding, ensure you have the following installed:
122
140
@@ -141,7 +159,7 @@ or for a Red Hat-based system, run:
141
159
sudo dnf install protobuf-compiler protobuf-devel
142
160
```
143
161
144
- ## Installation
162
+ ### Installation
145
163
146
164
``` sh
147
165
pip install .
You can’t perform that action at this time.
0 commit comments