From 96564fafff0c26cf5bc3dd3fd4e7ca60177abe17 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Tue, 13 Jun 2023 21:35:00 +0800 Subject: [PATCH] =?UTF-8?q?cherry-pick=202.5=20Numpy=20version=20is=20too?= =?UTF-8?q?=20high,=20resulting=20in=20issues=20with=20s=E2=80=A6=20(#5458?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * cherry-pick 2.5 Numpy version is too high, resulting in issues with single testing * fix --- test/legacy_test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/legacy_test/CMakeLists.txt b/test/legacy_test/CMakeLists.txt index 437f83a900b..4b176cfd533 100644 --- a/test/legacy_test/CMakeLists.txt +++ b/test/legacy_test/CMakeLists.txt @@ -80,10 +80,10 @@ if(NOT WITH_GPU) list(REMOVE_ITEM DIST_TEST_OPS "test_dist_hapi_model") list(REMOVE_ITEM DIST_TEST_OPS "test_dist_fleet_spmt") list(REMOVE_ITEM DIST_TEST_OPS "test_dist_fleet_minimize") - list(REMOVE_ITEM TEST_OPS test_async_read_write test_audio_logmel_feature - test_audio_mel_feature) + list(REMOVE_ITEM TEST_OPS test_async_read_write) endif() +list(REMOVE_ITEM TEST_OPS test_audio_logmel_feature test_audio_mel_feature) list(REMOVE_ITEM TEST_OPS test_fused_ec_moe_op) list(REMOVE_ITEM TEST_OPS test_fused_gemm_epilogue_op) list(REMOVE_ITEM TEST_OPS test_fused_gemm_epilogue_grad_op) -- GitLab