removing printing statement
Browse files- 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
|