@@ -5342,9 +5342,9 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
53425342 test_cases.emplace_back (new test_rope (type, { 64 , 71 , 2 , 1 }, 64 , 2 , 512 , fs, ef, af, ff, v, fw)); // neox (falcon 7B)
53435343 test_cases.emplace_back (new test_rope (type, { 64 , 8 , 2 , 1 }, 64 , 2 , 512 , fs, ef, af, ff, v, fw)); // neox (falcon 40B)
53445344
5345- test_cases.emplace_back (new test_rope (type, { 80 , 32 , 2 , 1 }, 20 , 0 , 512 , fs, ef, af, ff, v, fw)); // neox (stablelm)
5346- test_cases.emplace_back (new test_rope (type, { 80 , 32 , 2 , 1 }, 32 , 0 , 512 , fs, ef, af, ff, v, fw)); // neox (phi-2)
5347- test_cases.emplace_back (new test_rope (type, { 80 , 32 , 4 , 1 }, 32 , 0 , 512 , fs, ef, af, ff, v, fw)); // neox (phi-2)
5345+ test_cases.emplace_back (new test_rope (type, { 80 , 32 , 2 , 1 }, 20 , 0 , 512 , fs, ef, af, ff, v, fw));
5346+ test_cases.emplace_back (new test_rope (type, { 80 , 32 , 2 , 1 }, 32 , 0 , 512 , fs, ef, af, ff, v, fw));
5347+ test_cases.emplace_back (new test_rope (type, { 80 , 32 , 4 , 1 }, 32 , 0 , 512 , fs, ef, af, ff, v, fw));
53485348
53495349 test_cases.emplace_back (new test_rope (type, { 80 , 32 , 2 , 1 }, 20 , 2 , 512 , fs, ef, af, ff, v, fw)); // neox (stablelm)
53505350 test_cases.emplace_back (new test_rope (type, { 80 , 32 , 2 , 1 }, 32 , 2 , 512 , fs, ef, af, ff, v, fw)); // neox (phi-2)
@@ -5354,6 +5354,8 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
53545354 if (all) {
53555355 test_cases.emplace_back (new test_rope (type, {128 , 12 , 2 , 1 }, 128 , GGML_ROPE_TYPE_MROPE, 512 , fs, ef, af, ff, v, fw)); // rope_multi,m-rope (qwen2vl 2B)
53565356 test_cases.emplace_back (new test_rope (type, {128 , 28 , 2 , 1 }, 128 , GGML_ROPE_TYPE_MROPE, 512 , fs, ef, af, ff, v, fw)); // rope_multi,m-rope (qwen2vl 7B)
5357+ test_cases.emplace_back (new test_rope (type, {128 , 12 , 2 , 1 }, 20 , GGML_ROPE_TYPE_MROPE, 512 , fs, ef, af, ff, v, fw));
5358+ test_cases.emplace_back (new test_rope (type, {128 , 28 , 2 , 1 }, 32 , GGML_ROPE_TYPE_MROPE, 512 , fs, ef, af, ff, v, fw));
53575359 test_cases.emplace_back (new test_rope (type, { 80 , 16 , 2 , 1 }, 80 , GGML_ROPE_TYPE_VISION, 512 , fs, ef, af, ff, v, fw)); // rope_multi,m-rope (qwen2vl ViT)
53585360 }
53595361
0 commit comments