Safetensors
English
qwen2_vl
qwen_vl
video
real-time
multimodal
LLM
chenjoya commited on
Commit
9e20f18
·
verified ·
1 Parent(s): 87a0301

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -201,7 +201,7 @@ for t in range(31):
201
  t += 1
202
  ```
203
 
204
- Here we show a code snippet to show you how to do **common video qa** with `transformers` and the above utils:
205
  ```python
206
  import functools, torch
207
  from liger_kernel.transformers import apply_liger_kernel_to_qwen2_vl
 
201
  t += 1
202
  ```
203
 
204
+ Here we show a code snippet to show you how to do **common video (multi-turn) qa** with `transformers` and the above utils:
205
  ```python
206
  import functools, torch
207
  from liger_kernel.transformers import apply_liger_kernel_to_qwen2_vl