Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Fournioux <[email protected]>
  • Loading branch information
mfournioux committed Dec 4, 2024
1 parent 610e1d8 commit 002ed4d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/source/serving/deploying_with_helm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Architecture
Values
------

.. tabularcolumns:: |p{5cm}|p{5cm}|p{5cm}|p{5cm}|

+---------------------+---------+-----------------------+-------------+
| Key | Type | Default | Description |
+=====================+=========+=======================+=============+
Expand Down Expand Up @@ -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","-- | |
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 002ed4d

Please sign in to comment.