Setting GPU Stateful Set
Stateful Set will allow you to place the LLM model over multiple GPUs in order for prompts to utilize multiple GPUs.
Caution
When editing the file, make sure only to add what is needed. Deleting or adding irrelevant fields can disrupt Layars ability to operate.
- SSH into your environment.
- Run sudo -i
- Run
vim /data/layar/layar.config
- Press i to start editing.
- Look for the field
VLLM_GPU_COUNT
- Add the number for desired number of GPUs to be used. IE
VLLM_GPU_COUNT = 2
- Press ESC to exit input mode.
- Run
:wq
to commit the changes.
Updated 6 months ago