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
Gradient is an an end-to-end MLOps platform that enables individuals and organizations to quickly develop, train, and deploy Deep Learning models. The Gradient software stack runs on any infrastructure e.g. AWS, GCP, on-premise and low-cost [Paperspace GPUs](https://gradient.paperspace.com/instances). Leverage automatic versioning, distributed training, built-in graphs & metrics, hyperparameter search, GradientCI, 1-click Jupyter Notebooks, our Python SDK, and more.
17
+
Gradient is an an end-to-end MLOps platform that enables individuals and organizations to quickly develop, train, and deploy Deep Learning models. The Gradient software stack runs on any infrastructure e.g. AWS, GCP, on-premise and low-cost [Paperspace GPUs](https://gradient.run/instances). Leverage automatic versioning, distributed training, built-in graphs & metrics, hyperparameter search, GradientCI, 1-click Jupyter Notebooks, our Python SDK, and more.
*[Experiments](https://gradient.paperspace.com/experiments): Run experiments from a web interface, CLI, SDK, or [GradientCI](https://gradient.paperspace.com/gradientci) bot.
23
-
*[Models](https://gradient.paperspace.com/models): Store, analyze, and version models.
24
-
*[Inference](https://gradient.paperspace.com/inference): Deploy models as API endpoints.
*[Workflows](https://gradient.run/workflows): Train models at scale with composable actions.
23
+
*[Inference](https://gradient.run/deployments): Deploy models as API endpoints.
25
24
26
25
Gradient supports any ML/DL framework (TensorFlow, PyTorch, XGBoost, etc).
27
26
@@ -63,11 +62,10 @@ The Gradient CLI follows a standard [command] [--options] syntax
63
62
64
63
For example, to create a new experiment use:
65
64
```
66
-
gradient experiments create [type] [--options]
65
+
gradient deployments create [type] [--options]
67
66
```
68
-
The two available experiment types are `singlenode` and `multinode`. Various command options include setting the instance type, container, project, etc. Note that some options are required to create new experiment.
69
67
70
-
For a full list of available commands run `gradient experiments --help`. You can also view more info about Experiments in the [docs](https://docs.paperspace.com/gradient/experiments/using-experiments).
68
+
For a full list of available commands run `gradient deployments --help`. You can also view more info about Deployments in the [docs](https://docs.paperspace.com/gradient/explore-train-deploy/deployments).
0 commit comments