Safetensors
English
qwen2_vl
qwen_vl
video
real-time
multimodal
LLM
chenjoya commited on
Commit
5d414e2
·
verified ·
1 Parent(s): 172f7e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Please refer to https://github.com/showlab/livecc:
43
  Like qwen-vl-utils, we offer a toolkit to help you handle various types of visual input more conveniently, **especially on video streaming inputs**. You can install it using the following command:
44
 
45
  ```bash
46
- pip install qwen-vl-utils livecc-utils
47
  ```
48
 
49
  Here we show a code snippet to show you how to do **real-time video commentary** with `transformers` and the above utils:
 
43
  Like qwen-vl-utils, we offer a toolkit to help you handle various types of visual input more conveniently, **especially on video streaming inputs**. You can install it using the following command:
44
 
45
  ```bash
46
+ pip install qwen-vl-utils livecc-utils liger_kernel
47
  ```
48
 
49
  Here we show a code snippet to show you how to do **real-time video commentary** with `transformers` and the above utils: