Skip to content

Commit

Permalink
make blenderbot test slow (huggingface#11395)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored and Iwontbecreative committed Jul 15, 2021
1 parent 19bc954 commit 8a7c51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_modeling_blenderbot_small.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def test_90_generation_from_long_input(self):
"i'm not sure. i just feel like i've been feeling like i have to be in a certain place",
)

@slow
def test_90_generation_from_short_input(self):
model_inputs = self.tokenizer(["sam"], return_tensors="pt").to(torch_device)

Expand Down

0 comments on commit 8a7c51b

Please sign in to comment.