From 42911708169f460ce02045cae36f51938688f4d0 Mon Sep 17 00:00:00 2001 From: Salar Hosseini Date: Thu, 23 May 2024 19:48:39 +0000 Subject: [PATCH] #0: REVERT-ME: disable falcon40 and mixtral demo tests to reduce ci load Signed-off-by: Salar Hosseini --- tests/scripts/t3000/run_t3000_demo_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/t3000/run_t3000_demo_tests.sh b/tests/scripts/t3000/run_t3000_demo_tests.sh index bde4933f3bd..aa758219d2f 100755 --- a/tests/scripts/t3000/run_t3000_demo_tests.sh +++ b/tests/scripts/t3000/run_t3000_demo_tests.sh @@ -53,10 +53,10 @@ run_t3000_mixtral_tests() { run_t3000_tests() { # Run falcon40b tests - run_t3000_falcon40b_tests + # run_t3000_falcon40b_tests # Run mixtral tests - run_t3000_mixtral_tests + # run_t3000_mixtral_tests # Run falcon7b tests run_t3000_falcon7b_tests