Skip to content

Commit

Permalink
add gptbigcode to ipex test
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss committed Sep 26, 2023
1 parent e0c7486 commit 183da95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ipex/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"gpt2": "hf-internal-testing/tiny-random-gpt2",
"gpt_neo": "hf-internal-testing/tiny-random-GPTNeoModel",
"gpt_neox": "hf-internal-testing/tiny-random-GPTNeoXForCausalLM",
"gpt_bigcode": "hf-internal-testing/tiny-random-GPTBigCodeModel",
}

_CLASSIFICATION_TASK_TO_AUTOMODELS = {
Expand All @@ -59,6 +60,7 @@ class IPEXIntegrationTest(unittest.TestCase):
"gptj",
"gpt2",
"gpt_neo",
"gpt_bigcode"
)

QA_SUPPORTED_ARCHITECTURES = (
Expand Down

0 comments on commit 183da95

Please sign in to comment.