Skip to content

Commit 817a4af

Browse files
committed
Update docs
1 parent eae9369 commit 817a4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ python -m llava.serve.model_worker --host 0.0.0.0 --controller http://localhost:
126126

127127
### CLI Inference
128128

129-
Chat about images using LLaVA without the need of Gradio interface. It also supports multiple GPUs, 4-bit and 8-bit quantized inference. Below is to run inference on a single image using 4 bit quantization. For our LLaVA-Lightning-MPT-7B, it uses less than 8GB VRAM on a single GPU.
129+
Chat about images using LLaVA without the need of Gradio interface. It also supports multiple GPUs, 4-bit and 8-bit quantized inference. With 4-bit quantization, for our LLaVA-Lightning-MPT-7B, it uses less than 8GB VRAM on a single GPU.
130130

131131
```Shell
132132
python -m llava.serve.cli \

0 commit comments

Comments
 (0)