You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/train/train.rst
+8
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
3
3
Ray Train: Scalable Model Training
4
4
==================================
5
5
6
+
|
7
+
8
+
.. figure:: images/logo.png
9
+
:align:center
10
+
:width:50%
11
+
12
+
|
13
+
6
14
Ray Train is a scalable machine learning library for distributed training and fine-tuning.
7
15
8
16
Ray Train allows you to scale model training code from a single machine to a cluster of machines in the cloud, and abstracts away the complexities of distributed computing.
0 commit comments