From 7b50df181e4c56c2bf69cb54e953ef1e09bbdd50 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 21 May 2025 17:36:59 +0200 Subject: [PATCH 1/3] docs(infr): add info about model import duration --- pages/managed-inference/how-to/import-custom-model.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/managed-inference/how-to/import-custom-model.mdx b/pages/managed-inference/how-to/import-custom-model.mdx index 3a23670902..80dcc37797 100644 --- a/pages/managed-inference/how-to/import-custom-model.mdx +++ b/pages/managed-inference/how-to/import-custom-model.mdx @@ -47,5 +47,9 @@ Scaleway provides a selection of common models for deployment from the Scaleway - Quantization options. - Estimated cost. Once checked, click **Begin import** to finalize the process. + + Importing a model may take some time, depending on its size. Once the import is complete, the model will appear in the model library. + + +Your imported model will now appear in the model library. You can proceed to [deploy your model on Managed Inference](/managed-inference/how-to/create-deployment/). -Your imported model will now appear in the model library. You can proceed to [deploy your model on Managed Inference](/managed-inference/how-to/create-deployment/). \ No newline at end of file From 4679d1781aefb8a2e4a3ca13131316c08d3acc21 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 21 May 2025 17:54:36 +0200 Subject: [PATCH 2/3] feat(infr): update wording --- pages/managed-inference/how-to/import-custom-model.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/managed-inference/how-to/import-custom-model.mdx b/pages/managed-inference/how-to/import-custom-model.mdx index 80dcc37797..ab1dc01a4d 100644 --- a/pages/managed-inference/how-to/import-custom-model.mdx +++ b/pages/managed-inference/how-to/import-custom-model.mdx @@ -48,7 +48,7 @@ Scaleway provides a selection of common models for deployment from the Scaleway - Estimated cost. Once checked, click **Begin import** to finalize the process. - Importing a model may take some time, depending on its size. Once the import is complete, the model will appear in the model library. + Importing a model may take some time, depending on its size. Once the import is complete, the model will appear in the model library, and you will be able to use it for deployment. Your imported model will now appear in the model library. You can proceed to [deploy your model on Managed Inference](/managed-inference/how-to/create-deployment/). From 8b47cc238b5a31fa211aefcb38d1e2705e5002eb Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Thu, 22 May 2025 10:29:38 +0200 Subject: [PATCH 3/3] Update pages/managed-inference/how-to/import-custom-model.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- pages/managed-inference/how-to/import-custom-model.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/managed-inference/how-to/import-custom-model.mdx b/pages/managed-inference/how-to/import-custom-model.mdx index ab1dc01a4d..d611241dc9 100644 --- a/pages/managed-inference/how-to/import-custom-model.mdx +++ b/pages/managed-inference/how-to/import-custom-model.mdx @@ -51,5 +51,5 @@ Scaleway provides a selection of common models for deployment from the Scaleway Importing a model may take some time, depending on its size. Once the import is complete, the model will appear in the model library, and you will be able to use it for deployment. -Your imported model will now appear in the model library. You can proceed to [deploy your model on Managed Inference](/managed-inference/how-to/create-deployment/). +Your imported model will now appear in the model library and you can [deploy it on Managed Inference](/managed-inference/how-to/create-deployment/).