From ec919d7cbdf31011315982b7601c3288b50dd7be Mon Sep 17 00:00:00 2001 From: Ryan Goulden Date: Thu, 5 Feb 2026 20:39:47 -0800 Subject: [PATCH] tests : fix fetch_server_test_models.py --- scripts/fetch_server_test_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fetch_server_test_models.py b/scripts/fetch_server_test_models.py index ac483ef5d7..f43d1f63cd 100755 --- a/scripts/fetch_server_test_models.py +++ b/scripts/fetch_server_test_models.py @@ -95,9 +95,9 @@ if __name__ == '__main__': '-p', 'Hey', '--no-warmup', '--log-disable', - '-no-cnv'] + '-st'] if m.hf_file != 'tinyllamas/stories260K.gguf' and 'Mistral-Nemo' not in m.hf_repo: - cmd.append('-fa') + cmd += ('-fa', 'on') try: subprocess.check_call(cmd) except subprocess.CalledProcessError: