zifei9 commited on
Commit
6ee0ab5
1 Parent(s): 04a9a13

removing printing statement

Browse files
Files changed (1) hide show
  1. modeling_opt.py +0 -1
modeling_opt.py CHANGED
@@ -1273,7 +1273,6 @@ class OPTForCausalLM(OPTPreTrainedModel):
1273
  >>> tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
1274
  "Hey, are you conscious? Can you talk to me?\nI'm not conscious. I'm just a little bit of a weirdo."
1275
  ```"""
1276
- print("here")
1277
  output_attentions = (
1278
  output_attentions
1279
  if output_attentions is not None
 
1273
  >>> tokenizer.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
1274
  "Hey, are you conscious? Can you talk to me?\nI'm not conscious. I'm just a little bit of a weirdo."
1275
  ```"""
 
1276
  output_attentions = (
1277
  output_attentions
1278
  if output_attentions is not None