Skip to content

Commit 6b0deb5

Browse files
committed
Proofreading and index edition
1 parent 9dd85be commit 6b0deb5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+392
-302
lines changed

pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
+ [AI Notebooks - Tutorial - Train YOLOv7 for sign language recognition](platform/ai/notebook_tuto_11_yolov7)
778778
+ [AI Training](public-cloud-ai-and-machine-learning-ai-training)
779779
+ [Guides](public-cloud-ai-and-machine-learning-ai-training-guides)
780-
+ [AI Training - Capabilities and Limitations](platform/ai/training_guide_01_capabilities)
780+
+ [AI Training - Features, Capabilities and Limitations](platform/ai/training_guide_01_capabilities)
781781
+ [AI Training - Getting started](platform/ai/training_guide_02_howto_submit_job)
782782
+ [AI Training - Job concept](platform/ai/training_guide_03_concepts_jobs)
783783
+ [AI Training - Monitor your cloud resources](platform/ai/training_guide_04_concepts_resources)
@@ -795,7 +795,7 @@
795795
+ [AI Training - Tutorial - Train a Rasa chatbot with Docker and AI Training](platform/ai/training_tuto_07_train_rasa_chatbot)
796796
+ [AI Deploy](public-cloud-ai-and-machine-learning-ai-deploy)
797797
+ [Guides](public-cloud-ai-and-machine-learning-ai-deploy-guides)
798-
+ [AI Deploy - Capabilities and limitations](platform/ai/deploy_guide_01_capabilities)
798+
+ [AI Deploy - Features, Capabilities and Limitations](platform/ai/deploy_guide_01_capabilities)
799799
+ [AI Deploy - Getting started](platform/ai/deploy_guide_02_getting_started)
800800
+ [AI Deploy - Accessing your app with tokens](platform/ai/deploy_guide_03_tokens)
801801
+ [AI Deploy - Scaling strategies](platform/ai/deploy_guide_04_scaling_strategies)

pages/platform/ai/deploy_guide_01_capabilities/guide.de-de.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ AI Deploy allows you to deploy your AI applications and models with compute reso
3232
| Preinstalled Machine Learning environments | AI Deploy comes with a generic Python environment (Conda) or pre-installed ones, such as Pytorch, Tensorflow, FastAI, HuggingFace and more. |
3333
| Easy customization | AI Deploy allows installation of almost any Conda or Pip packages. You can easily customize your environment to suit your needs. It also allows you to use your own environment by specifying your Docker image. |
3434
| **Management** | |
35-
| Multiple ways to manage your deployed apps | You can manage your AI Deploy apps through OVHcloud Control Panel, API or CLI. Depending on your needs, you can easily automate their creation and deletion as well. |
35+
| Multiple ways to manage your deployed apps | You can manage your AI Deploy apps through the OVHcloud Control Panel, API or CLI. Depending on your needs, you can easily automate their creation and deletion as well. |
3636
| Easy start and Stop | You can start and stop an app in one click. |
37-
| Check the logs of your app | You can also check the logs of your deployed app through OVHcloud Control Panel, API or CLI. |
37+
| Check the logs of your app | You can also check the logs of your deployed app through the OVHcloud Control Panel, API or CLI. |
3838
| **Compute resources** | |
3939
| Guaranteed compute resources | Select the amount of CPUs or GPUs required during the creation of the AI Deploy app. Once launched, you will keep these resources as long as your app is running. |
40-
| Background execution | Your tasks can be executed in background, meaning that closing your Web browser will have no effect on your work. |
40+
| Background execution | Your tasks can be executed in the background, meaning that closing your Web browser will have no effect on your work. |
4141
| No maximum runtime | Your tasks can last as long as your app is running. |
4242
| Monitoring tools | Each AI Deploy app comes with a native Grafana dashboard, allowing you to keep track and monitor your CPU, GPU, RAM and storage resources. |
4343
| **Storage** | |
@@ -70,7 +70,7 @@ ovhai app get <app-id>
7070

7171
You can then access your metrics through the `Monitoring Url`.
7272

73-
You are also able to check it from the OVHcloud Control Panel in your app information by clicking on the button `Go to Graph Dashboard`.
73+
You are also able to check it from the OVHcloud Control Panel in your app information by clicking the `Go to Graph Dashboard`{.action} button.
7474

7575
#### API management
7676

@@ -118,13 +118,14 @@ If you choose `CPU`:
118118

119119
- Memory and local storage resource is not customisable but scaled linearly with each additional CPU.
120120

121-
The maximum amount of CPU/GPU, memory per CPU/GPU and local storage is available through our [OVHcloud website](https://www.ovhcloud.com/de/public-cloud/prices/#ai-&-machine-learning), Control Panel and the `ovhai` CLI.
121+
The maximum amount of CPU/GPU, memory per CPU/GPU and local storage is available on the [OVHcloud website](https://www.ovhcloud.com/de/public-cloud/prices/#ai-&-machine-learning), Control Panel and the `ovhai` CLI.
122122

123123
``` {.console}
124124
ovhai capabilities flavor list
125125
```
126126

127127
For your information, the current limits are:
128+
128129
- CPU: 12 per app.
129130
- GPU: 4 per app.
130131

@@ -161,7 +162,7 @@ This storage space depends on the selected instances during AI Deploy app deploy
161162
162163
##### **Attached storage**
163164

164-
You can attach data volumes from Public Cloud Object Storage. Object Storage bucked should be in the same region as your AI Deploy app.
165+
You can attach data volumes from Public Cloud Object Storage. The Object Storage bucket should be in the same region as your AI Deploy app.
165166
Attached storage allows you to work on several TB of data, while being persistent when you delete your AI Deploy app.
166167

167168
#### Maximum execution time
@@ -178,7 +179,7 @@ Docker images can be hosted in a public or private registry.
178179

179180
The use of `docker-compose` is not possible.
180181

181-
Please beware that images need to be built with an **AMD architecture**.
182+
Please be aware that images need to be built with an **AMD architecture**.
182183

183184
#### High-availability
184185

pages/platform/ai/deploy_guide_01_capabilities/guide.en-asia.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ AI Deploy allows you to deploy your AI applications and models with compute reso
3030
| Preinstalled Machine Learning environments | AI Deploy comes with a generic Python environment (Conda) or pre-installed ones, such as Pytorch, Tensorflow, FastAI, HuggingFace and more. |
3131
| Easy customization | AI Deploy allows installation of almost any Conda or Pip packages. You can easily customize your environment to suit your needs. It also allows you to use your own environment by specifying your Docker image. |
3232
| **Management** | |
33-
| Multiple ways to manage your deployed apps | You can manage your AI Deploy apps through OVHcloud Control Panel, API or CLI. Depending on your needs, you can easily automate their creation and deletion as well. |
33+
| Multiple ways to manage your deployed apps | You can manage your AI Deploy apps through the OVHcloud Control Panel, API or CLI. Depending on your needs, you can easily automate their creation and deletion as well. |
3434
| Easy start and Stop | You can start and stop an app in one click. |
35-
| Check the logs of your app | You can also check the logs of your deployed app through OVHcloud Control Panel, API or CLI. |
35+
| Check the logs of your app | You can also check the logs of your deployed app through the OVHcloud Control Panel, API or CLI. |
3636
| **Compute resources** | |
3737
| Guaranteed compute resources | Select the amount of CPUs or GPUs required during the creation of the AI Deploy app. Once launched, you will keep these resources as long as your app is running. |
38-
| Background execution | Your tasks can be executed in background, meaning that closing your Web browser will have no effect on your work. |
38+
| Background execution | Your tasks can be executed in the background, meaning that closing your Web browser will have no effect on your work. |
3939
| No maximum runtime | Your tasks can last as long as your app is running. |
4040
| Monitoring tools | Each AI Deploy app comes with a native Grafana dashboard, allowing you to keep track and monitor your CPU, GPU, RAM and storage resources. |
4141
| **Storage** | |
@@ -68,7 +68,7 @@ ovhai app get <app-id>
6868

6969
You can then access your metrics through the `Monitoring Url`.
7070

71-
You are also able to check it from the OVHcloud Control Panel in your app information by clicking on the button `Go to Graph Dashboard`.
71+
You are also able to check it from the OVHcloud Control Panel in your app information by clicking the `Go to Graph Dashboard`{.action} button.
7272

7373
#### API management
7474

@@ -116,13 +116,14 @@ If you choose `CPU`:
116116

117117
- Memory and local storage resource is not customisable but scaled linearly with each additional CPU.
118118

119-
The maximum amount of CPU/GPU, memory per CPU/GPU and local storage is available through our [OVHcloud website](https://www.ovhcloud.com/asia/public-cloud/prices/#ai-&-machine-learning), Control Panel and the `ovhai` CLI.
119+
The maximum amount of CPU/GPU, memory per CPU/GPU and local storage is available on the [OVHcloud website](https://www.ovhcloud.com/asia/public-cloud/prices/#ai-&-machine-learning), Control Panel and the `ovhai` CLI.
120120

121121
``` {.console}
122122
ovhai capabilities flavor list
123123
```
124124

125125
For your information, the current limits are:
126+
126127
- CPU: 12 per app.
127128
- GPU: 4 per app.
128129

@@ -159,7 +160,7 @@ This storage space depends on the selected instances during AI Deploy app deploy
159160
160161
##### **Attached storage**
161162

162-
You can attach data volumes from Public Cloud Object Storage. Object Storage bucked should be in the same region as your AI Deploy app.
163+
You can attach data volumes from Public Cloud Object Storage. The Object Storage bucket should be in the same region as your AI Deploy app.
163164
Attached storage allows you to work on several TB of data, while being persistent when you delete your AI Deploy app.
164165

165166
#### Maximum execution time
@@ -176,7 +177,7 @@ Docker images can be hosted in a public or private registry.
176177

177178
The use of `docker-compose` is not possible.
178179

179-
Please beware that images need to be built with an **AMD architecture**.
180+
Please be aware that images need to be built with an **AMD architecture**.
180181

181182
#### High-availability
182183

0 commit comments

Comments
 (0)