diff --git a/README.md b/README.md index e416bafaf..9c6f1bd7c 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ python -m sglang.launch_server --model-path meta-llama/Meta-Llama-3-8B-Instruct - `python -m sglang.launch_server --model-path liuhaotian/llava-v1.6-vicuna-7b --tokenizer-path llava-hf/llava-1.5-7b-hf --chat-template vicuna_v1.1 --port 30000` - `python -m sglang.launch_server --model-path liuhaotian/llava-v1.6-34b --tokenizer-path liuhaotian/llava-v1.6-34b-tokenizer --port 30000` - LLaVA-NeXT-Video - - see [srt_example_llava_v.sh](examples/usage/llava_video/srt_example_llava_v.sh) + - see [examples/usage/llava_video](examples/usage/llava_video) - Yi-VL - see [srt_example_yi_vl.py](examples/quick_start/srt_example_yi_vl.py). - StableLM diff --git a/examples/usage/llava_video/srt_example_llava_v.py b/examples/usage/llava_video/srt_example_llava_v.py index df771f41b..27ba862d3 100644 --- a/examples/usage/llava_video/srt_example_llava_v.py +++ b/examples/usage/llava_video/srt_example_llava_v.py @@ -1,5 +1,7 @@ """ -Usage: python3 srt_example_llava.py +Usage: +pip install opencv-python-headless +python3 srt_example_llava.py """ import argparse diff --git a/python/pyproject.toml b/python/pyproject.toml index a7b92cf3e..47fd3bd0b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.1.21" +version = "0.1.22" description = "SGLang is yet another fast serving framework for large language models and vision language models." readme = "README.md" requires-python = ">=3.8" diff --git a/python/sglang/__init__.py b/python/sglang/__init__.py index c71156448..8e155bb02 100644 --- a/python/sglang/__init__.py +++ b/python/sglang/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.21" +__version__ = "0.1.22" # SGL API Components from sglang.api import (