WEBing commited on
Commit
bd702ad
1 Parent(s): 71169d5

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -57,6 +57,7 @@ print('Assitant: \n', out)
57
  query = "What happend at the end of the video?"
58
  out, history = model.chat(video_path=video_path,
59
  query=query,
 
60
  tokenizer=tokenizer,
61
  max_new_tokens=512,
62
  eos_token_id=terminators,
 
57
  query = "What happend at the end of the video?"
58
  out, history = model.chat(video_path=video_path,
59
  query=query,
60
+ history=history,
61
  tokenizer=tokenizer,
62
  max_new_tokens=512,
63
  eos_token_id=terminators,