@@ -356,12 +356,12 @@ def test_weather(hf_repo: str, template_override: str | Tuple[str, str | None] |
356356 (None , 128 , "bartowski/functionary-small-v3.2-GGUF:Q8_0" , ("meetkai/functionary-medium-v3.2" , None )),
357357 (None , 128 , "bartowski/Meta-Llama-3.1-8B-Instruct-GGUF:Q4_K_M" , None ),
358358 (None , 128 , "bartowski/Mistral-Nemo-Instruct-2407-GGUF:Q4_K_M" , None ),
359- ("^> 0.56$" , 128 , "bartowski/Mistral-Nemo-Instruct-2407-GGUF:Q4_K_M" , "chatml" ),
359+ (None , 128 , "bartowski/Mistral-Nemo-Instruct-2407-GGUF:Q4_K_M" , "chatml" ),
360360 (None , 128 , "bartowski/Phi-3.5-mini-instruct-GGUF:Q4_K_M" , None ),
361361
362362 # TODO: fix these (wrong results, either didn't respect decimal instruction or got wrong value)
363- ("^The y-coordinate [\\ s\\ S]*?\\ *\\ *0.5\\ *\\ *" , 8192 , "bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF:Q4_K_M" , None ),
364- ("[\\ s\\ S]*?\\ *\\ *0 \\ .5 \\ *\\ *" , 8192 , "bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF:Q4_K_M" , ("llama-cpp-deepseek-r1" , None )),
363+ ("[\\ s\\ S]*?\\ *\\ *\\ s* 0.5($| \\ *\\ *)" , 8192 , "bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF:Q4_K_M" , None ),
364+ # ("[\\s\\S]*?\\*\\*\\s*0.5($| \\*\\*)", 8192, "bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF:Q4_K_M", ("llama-cpp-deepseek-r1", None)),
365365])
366366def test_calc_result (result_override : str | None , n_predict : int , hf_repo : str , template_override : str | Tuple [str , str | None ] | None ):
367367 global server
0 commit comments