From 253c6c2ff0f834b6fb03557add6ba4ae1272714d Mon Sep 17 00:00:00 2001 From: Ella Charlaix <80481427+echarlaix@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:26:39 +0100 Subject: [PATCH] Update test model id (#1785) --- tests/exporters/exporters_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exporters/exporters_utils.py b/tests/exporters/exporters_utils.py index f867f2de9bf..afb7acb0b2e 100644 --- a/tests/exporters/exporters_utils.py +++ b/tests/exporters/exporters_utils.py @@ -129,7 +129,7 @@ "hf-internal-testing/tiny-random-language_perceiver": ["fill-mask", "text-classification"], "hf-internal-testing/tiny-random-vision_perceiver_conv": ["image-classification"], }, - "phi": "hf-internal-testing/tiny-random-PhiForCausalLM", + "phi": "echarlaix/tiny-random-PhiForCausalLM", "pix2struct": "fxmarty/pix2struct-tiny-random", # "rembert": "google/rembert", "poolformer": "hf-internal-testing/tiny-random-PoolFormerModel",