From 002ed4de45e77ad0fc891df77b2e4762013f9ef3 Mon Sep 17 00:00:00 2001 From: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:14:58 +0100 Subject: [PATCH] update documentation Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> --- docs/source/serving/deploying_with_helm.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/source/serving/deploying_with_helm.rst b/docs/source/serving/deploying_with_helm.rst index b2ee4dee2ad4b..e157dcc2e215a 100644 --- a/docs/source/serving/deploying_with_helm.rst +++ b/docs/source/serving/deploying_with_helm.rst @@ -47,8 +47,6 @@ Architecture Values ------ -.. tabularcolumns:: |p{5cm}|p{5cm}|p{5cm}|p{5cm}| - +---------------------+---------+-----------------------+-------------+ | Key | Type | Default | Description | +=====================+=========+=======================+=============+ @@ -132,8 +130,8 @@ Values | gpuModels | list | ``["TYPE_GPU_USED"]`` | Type of gpu | | | | | used | +---------------------+---------+-----------------------+-------------+ -| image | object | ``{"comma | Image | -| | | nd":["vllm","serve"," | co | +| image | object | ``{"command": | Image | +| | | ["vllm","serve"," | co | | | | /data/","--served-mod | nfiguration | | | | el-name","opt-125m"," | | | | | --host","0.0.0.0","-- | | @@ -306,11 +304,11 @@ Values | resources.reques | int | ``1`` | Number of | | ts.”nvidia.com/gpu” | | | gpus used | +---------------------+---------+-----------------------+-------------+ -| res | int | ``4`` | Number of | -| ources.requests.cpu | | | CPUs | +| resources. | int | ``4`` | Number of | +| requests.cpu | | | CPUs | +---------------------+---------+-----------------------+-------------+ -| resour | string | ``"16Gi"`` | CPU memory | -| ces.requests.memory | | | co | +| resources. | string | ``"16Gi"`` | CPU memory | +| requests.memory | | | co | | | | | nfiguration | +---------------------+---------+-----------------------+-------------+ | secrets | object | ``{}`` | Secrets |