We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfd0ce commit ccbe97aCopy full SHA for ccbe97a
tests/ipex/utils_tests.py
@@ -50,6 +50,7 @@
50
"mt5": "stas/mt5-tiny-random",
51
"opt": "hf-internal-testing/tiny-random-OPTModel",
52
"phi": "echarlaix/tiny-random-PhiForCausalLM",
53
+ "qwen2": "Jiqing/tiny-random-Qwen2",
54
"resnet": "hf-internal-testing/tiny-random-resnet",
55
"roberta": "hf-internal-testing/tiny-random-roberta",
56
"roformer": "hf-internal-testing/tiny-random-roformer",
@@ -64,5 +65,5 @@
64
65
"patched_falcon": "Intel/tiny-random-falcon_ipex_model",
66
"patched_gpt2": "Intel/tiny-random-gpt2_ipex_model",
67
"patched_llama2": "Intel/tiny-random-llama2_ipex_model",
- "qwen2": "Jiqing/tiny-random-Qwen2",
68
+ "patched_qwen2": "Jiqing/tiny-random-Qwen2_ipex_model",
69
}
0 commit comments