docs: add playbook documentation for NVIDIA device plugin and vLLM setup
This commit is contained in:
parent
f768b3f155
commit
ca256160a2
2 changed files with 12 additions and 0 deletions
6
playbooks/setup_nvidia_device_plugin.yml
Normal file
6
playbooks/setup_nvidia_device_plugin.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: NVIDIA Device Plugin | Install via Helm with GPU Feature Discovery
|
||||||
|
hosts: manager_nodes
|
||||||
|
become: false
|
||||||
|
roles:
|
||||||
|
- nvidia_device_plugin
|
||||||
6
playbooks/setup_vllm.yml
Normal file
6
playbooks/setup_vllm.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
- name: vLLM | Install vLLM via Helm
|
||||||
|
hosts: manager_nodes
|
||||||
|
become: false
|
||||||
|
roles:
|
||||||
|
- vllm
|
||||||
Loading…
Reference in a new issue