ucaslcl commited on
Commit
ffd1620
1 Parent(s): d18cb8e

Update modeling_GOT.py

Browse files
Files changed (1) hide show
  1. modeling_GOT.py +1 -1
modeling_GOT.py CHANGED
@@ -570,7 +570,7 @@ class GOTQwenForCausalLM(Qwen2ForCausalLM):
570
  do_sample=False,
571
  num_beams = 1,
572
  no_repeat_ngram_size = 20,
573
- streamer=streamer,
574
  max_new_tokens=4096,
575
  stopping_criteria=[stopping_criteria]
576
  )
 
570
  do_sample=False,
571
  num_beams = 1,
572
  no_repeat_ngram_size = 20,
573
+ # streamer=streamer,
574
  max_new_tokens=4096,
575
  stopping_criteria=[stopping_criteria]
576
  )