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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -256,6 +256,8 @@ class LiveCCDemoInfer:
256
  last_video_pts_index: int, last processed video frame index
257
  video_pts: np.ndarray, video pts
258
  last_history: list, last processed history
 
 
259
  """
260
  video_path = state.get('video_path', None)
261
  conversation = []
 
256
  last_video_pts_index: int, last processed video frame index
257
  video_pts: np.ndarray, video pts
258
  last_history: list, last processed history
259
+ past_key_values: llm past_key_values
260
+ past_ids: past generated ids
261
  """
262
  video_path = state.get('video_path', None)
263
  conversation = []