Update readme.md
Browse filesUpdate readme.md to properly handle limit multimodal arg, verified on vllm serve
    	
        README.md
    CHANGED
    
    | @@ -46,11 +46,11 @@ We recommand deploy GUI-Owl-7B through vllm | |
| 46 | 
             
            This script has been validated on an A100 with 96 GB of VRAM.
         | 
| 47 | 
             
            ```bash
         | 
| 48 | 
             
            PIXEL_ARGS='{"min_pixels":3136,"max_pixels":10035200}'
         | 
| 49 | 
            -
             | 
| 50 | 
             
            MP_SIZE=1
         | 
| 51 | 
             
            MM_KWARGS=(
         | 
| 52 | 
             
                --mm-processor-kwargs $PIXEL_ARGS
         | 
| 53 | 
            -
                --limit-mm-per-prompt  | 
| 54 | 
             
            )
         | 
| 55 |  | 
| 56 | 
             
            vllm serve $CKPT \
         | 
| @@ -65,11 +65,11 @@ If you want GUI-Owl to recieve more than two images, you could increase `IMAGE_L | |
| 65 | 
             
            For example:
         | 
| 66 | 
             
            ```bash
         | 
| 67 | 
             
            PIXEL_ARGS='{"min_pixels":3136,"max_pixels":3211264}'
         | 
| 68 | 
            -
             | 
| 69 | 
             
            MP_SIZE=1
         | 
| 70 | 
             
            MM_KWARGS=(
         | 
| 71 | 
             
                --mm-processor-kwargs $PIXEL_ARGS
         | 
| 72 | 
            -
                --limit-mm-per-prompt  | 
| 73 | 
             
            )
         | 
| 74 |  | 
| 75 | 
             
            vllm serve $CKPT \
         | 
|  | |
| 46 | 
             
            This script has been validated on an A100 with 96 GB of VRAM.
         | 
| 47 | 
             
            ```bash
         | 
| 48 | 
             
            PIXEL_ARGS='{"min_pixels":3136,"max_pixels":10035200}'
         | 
| 49 | 
            +
             | 
| 50 | 
             
            MP_SIZE=1
         | 
| 51 | 
             
            MM_KWARGS=(
         | 
| 52 | 
             
                --mm-processor-kwargs $PIXEL_ARGS
         | 
| 53 | 
            +
                --limit-mm-per-prompt '{"image":2,"video":0}' \
         | 
| 54 | 
             
            )
         | 
| 55 |  | 
| 56 | 
             
            vllm serve $CKPT \
         | 
|  | |
| 65 | 
             
            For example:
         | 
| 66 | 
             
            ```bash
         | 
| 67 | 
             
            PIXEL_ARGS='{"min_pixels":3136,"max_pixels":3211264}'
         | 
| 68 | 
            +
             | 
| 69 | 
             
            MP_SIZE=1
         | 
| 70 | 
             
            MM_KWARGS=(
         | 
| 71 | 
             
                --mm-processor-kwargs $PIXEL_ARGS
         | 
| 72 | 
            +
                --limit-mm-per-prompt '{"image":5,"video":0}'
         | 
| 73 | 
             
            )
         | 
| 74 |  | 
| 75 | 
             
            vllm serve $CKPT \
         | 
