chenjoya commited on
Commit
57c8d4e
·
verified ·
1 Parent(s): ff0c831

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Please refer to https://github.com/showlab/livecc:
40
  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:
41
 
42
  ```bash
43
- pip install qwen-vl-utils livecc-utils
44
  ```
45
 
46
  Here we show a code snippet to show you how to do **real-time video commentary** with `transformers` and the above utils:
 
40
  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:
41
 
42
  ```bash
43
+ pip install qwen-vl-utils livecc-utils liger_kernel
44
  ```
45
 
46
  Here we show a code snippet to show you how to do **real-time video commentary** with `transformers` and the above utils: