Remove opt model

Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
yuanwu 2025-06-13 05:56:40 +00:00
parent a50b33a964
commit 63a75a7952

View File

@ -165,20 +165,6 @@ TEST_CONFIGS = {
"4", "4",
], ],
}, },
"facebook/opt-125m": {
"model_id": "facebook/opt-125m",
"input": "What is Deep Learning?",
"expected_greedy_output": "\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout",
"expected_batch_output": "\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout the Author\n\nAbout",
"args": [
"--max-input-tokens",
"512",
"--max-total-tokens",
"1024",
"--max-batch-size",
"4",
],
},
"EleutherAI/gpt-j-6b": { "EleutherAI/gpt-j-6b": {
"model_id": "EleutherAI/gpt-j-6b", "model_id": "EleutherAI/gpt-j-6b",
"input": "What is Deep Learning?", "input": "What is Deep Learning?",