tests : fix fetch_server_test_models.py

This commit is contained in:
Ryan Goulden 2026-02-05 20:39:47 -08:00
parent 22cae83218
commit ec919d7cbd
1 changed files with 2 additions and 2 deletions

View File

@ -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: