Skip to content

Commit 47c376a

Browse files
authored
Update README.md
1 parent c907494 commit 47c376a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ Gradient CLI
1010

1111
**Get started:** [Create Account](https://console.paperspace.com/signup?gradient=true)[Install CLI](https://docs.paperspace.com/gradient/get-started/install-the-cli)[Tutorials](https://docs.paperspace.com/gradient/tutorials)[Docs](https://docs.paperspace.com/gradient)
1212

13-
**Resources:** [Website](https://gradient.paperspace.com/)[Blog](https://blog.paperspace.com/)[Support](https://support.paperspace.com/hc/en-us)[Contact Sales](https://info.paperspace.com/contact-sales)
13+
**Resources:** [Website](https://gradient.run/)[Blog](https://blog.paperspace.com/)[Support](https://support.paperspace.com/hc/en-us)[Contact Sales](https://info.paperspace.com/contact-sales-gradient)
1414

1515
<br>
1616

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.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.
1818

1919
Key components:
2020

21-
* [Notebooks](https://gradient.paperspace.com/notebooks): 1-click Jupyter Notebooks.
22-
* [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.
21+
* [Notebooks](https://gradient.run/notebooks): 1-click Jupyter Notebooks.
22+
* [Workflows](https://gradient.run/workflows): Train models at scale with composable actions.
23+
* [Inference](https://gradient.run/deployments): Deploy models as API endpoints.
2524

2625
Gradient supports any ML/DL framework (TensorFlow, PyTorch, XGBoost, etc).
2726

@@ -63,11 +62,10 @@ The Gradient CLI follows a standard [command] [--options] syntax
6362

6463
For example, to create a new experiment use:
6564
```
66-
gradient experiments create [type] [--options]
65+
gradient deployments create [type] [--options]
6766
```
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.
6967

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).
7169

7270
Contributing
7371
============

0 commit comments

Comments
 (0)