Skip to content

Commit 20a2f5f

Browse files
author
ochafik
committed
disable slow hello Llama-3.1-8B (chopped unescaped string witin string problem)
1 parent a6d7887 commit 20a2f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/unit/test_tool_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def test_thoughts(n_predict: int, reasoning_format: Literal['deepseek', 'none']
536536
("bartowski/functionary-small-v3.2-GGUF:Q8_0", ("meetkai-functionary-medium-v3.2", None)),
537537
("bartowski/functionary-small-v3.2-GGUF:Q8_0", "chatml"),
538538
539-
("bartowski/Meta-Llama-3.1-8B-Instruct-GGUF:Q4_K_M", None),
539+
# ("bartowski/Meta-Llama-3.1-8B-Instruct-GGUF:Q4_K_M", None),
540540
("bartowski/Meta-Llama-3.1-8B-Instruct-GGUF:Q4_K_M", "chatml"),
541541
542542
("bartowski/Llama-3.2-1B-Instruct-GGUF:Q4_K_M", ("meta-llama-Llama-3.2-3B-Instruct", None)),

0 commit comments

Comments
 (0)