Skip to content

Commit

Permalink
skip gptbigcode in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibo-creator committed Dec 22, 2023
1 parent d32805e commit e128c16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/generation/test_utils.py
Expand Up @@ -1505,11 +1505,9 @@ def test_beam_search_low_memory(self):
if any(
model_name in model_class.__name__.lower()
for model_name in [
"fsmt",
"reformer",
"bloom",
"ctrl",
"gpt_bigcode",
"gptbigcode",
"transo_xl",
"xlnet",
"cpm",
Expand Down

0 comments on commit e128c16

Please sign in to comment.