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: README.md
-14
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,6 @@
8
8
ElasticDL is a Kubernetes-native deep learning framework
9
9
that supports fault-tolerance and elastic scheduling.
10
10
11
-
**IMPORTANT**: This repository is deprecated.
12
-
13
-
1. ElasticDL repository is no longer actively maintained. Users are encouraged to switch to [DLRover](https://github.com/intelligent-machine-learning/dlrover).
14
-
15
-
1. In addition to the elasticity and fault-tolerance, DLRover also implements
1. In addition to TensorFlow and Horovod, DLRover Supports TorchElastic
19
-
and users can use the elasticity and fault-tolerance
20
-
without any modification of the training code like the [TorchElastic example](https://github.com/intelligent-machine-learning/dlrover/blob/master/docs/tutorial/torch_on_cloud.md).
21
-
22
-
1. To deploy a distributed job using `kubectl`, DLRover implements an [ElasticJob](https://github.com/intelligent-machine-learning/dlrover/tree/master/dlrover/go/operator)
0 commit comments