BAAI
/

BoZhaoHuggingFace commited on
Commit
0958a10
·
verified ·
1 Parent(s): e2c3ee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ output_ids = model.generate(
76
  input_ids,
77
  images=image_tensor,
78
  max_new_tokens=100,
79
- use_cache=True
80
  repetition_penalty=1.0 # increase this to avoid chattering
81
  )[0]
82
 
 
76
  input_ids,
77
  images=image_tensor,
78
  max_new_tokens=100,
79
+ use_cache=True,
80
  repetition_penalty=1.0 # increase this to avoid chattering
81
  )[0]
82