Atomic-Germ commited on
Commit
834b5a8
·
verified ·
1 Parent(s): a67c7b9

Upload flm-test.log with huggingface_hub

Browse files
Files changed (1) hide show
  1. flm-test.log +84 -0
flm-test.log ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Please ensure you have started the FLM server and have the correct URL and port.
2
+
3
+
4
+ Checking flm version...
5
+ Detected flm version: 1.0.1
6
+
7
+ Fetching available models...
8
+
9
+ === Starting LLM Tests ===
10
+ Models found: 1
11
+
12
+ --- Testing LLM model: qwen3.8-distill:2b ---
13
+
14
+ Testing stream mode...
15
+
16
+ Prompt: Teach me Maxwell's equations.
17
+ Done.
18
+ Follow-up Prompt: Explain why they are important.
19
+ Done.
20
+ Finished testing model: qwen3.8-distill:2b
21
+
22
+ LLM tests complete. Saved to results/20260824_112808/linux/llm_results_v1.0.1.csv
23
+
24
+ Checking flm version...
25
+ Detected flm version: 1.0.1
26
+
27
+ Fetching available models...
28
+ 1. qwen3.8-distill:2b
29
+
30
+ === Starting Vision Tests ===
31
+ Models found: 1
32
+
33
+ --- Testing VLMs: qwen3.8-distill:2b ---
34
+ Prompt: Extract text from the first image, describe the second one, and imagine what the spectrogram might sound like.
35
+ Text extraction check: PASS
36
+ Done.
37
+ Follow-up Prompt: Make a story that connects the images together.
38
+ Seagull check: PASS (recognized in description)
39
+ Done.
40
+ Follow-up Prompt: What kind of sound does the spectrogram represent?
41
+ Spectrogram music check: PASS
42
+ Done.
43
+ Finished testing model: qwen3.8-distill:2b
44
+ Vision tests complete. Saved to results/20260824_112950/linux/vision_results_v1.0.1.csv
45
+
46
+ Checking flm version...
47
+ Detected flm version: 1.0.1
48
+
49
+ Fetching available models...
50
+
51
+ === Starting Tool Calling Tests ===
52
+ Models found: 1
53
+ Reasoning effort requested: medium
54
+
55
+ --- Testing tool-calling model: qwen3.8-distill:2b ---
56
+
57
+ Testing non-stream mode...
58
+ L1 Basic Tool Call: What's the current weather in Paris right now? Use the tools available to you.
59
+ Check result: FAIL (no tool call issued)
60
+ L2 Argument Extraction: A friend of mine lives in the city where the Eiffel Tower stands. Use your tools to tell me the current weather there.
61
+ Check result: PASS (called get_current_weather with location 'Paris')
62
+ L3 Tool Restraint: Do not call any tools. Answer directly from your own knowledge: what is the capital of France?
63
+ Check result: PASS (answered directly without any tool call)
64
+ L4 Parallel Tool Calls: Using your tools, compare the current weather in Paris and Tokyo.
65
+ Check result: FAIL (no tool call issued)
66
+ L5 Multi-Turn Tool Loop: Use the price lookup tool to check the unit price of a 'widget', then tell me what 3 widgets would cost after a 10% discount. Do the math yourself.
67
+ Lookup check result: PASS (requested price for 'widget')
68
+ Final answer check result: PASS (final answer contains the computed total ($54))
69
+
70
+ Testing stream mode...
71
+ L1 Basic Tool Call: What's the current weather in Paris right now? Use the tools available to you.
72
+ Check result: PASS (called get_current_weather with location 'Paris')
73
+ L2 Argument Extraction: A friend of mine lives in the city where the Eiffel Tower stands. Use your tools to tell me the current weather there.
74
+ Check result: PASS (called get_current_weather with location 'Paris, France')
75
+ L3 Tool Restraint: Do not call any tools. Answer directly from your own knowledge: what is the capital of France?
76
+ Check result: PASS (answered directly without any tool call)
77
+ L4 Parallel Tool Calls: Using your tools, compare the current weather in Paris and Tokyo.
78
+ Check result: FAIL (no tool call issued)
79
+ L5 Multi-Turn Tool Loop: Use the price lookup tool to check the unit price of a 'widget', then tell me what 3 widgets would cost after a 10% discount. Do the math yourself.
80
+ Lookup check result: FAIL (no tool call issued for the price lookup)
81
+ Final answer check result: FAIL (computed total $54 not found in final answer)
82
+ Finished testing model: qwen3.8-distill:2b
83
+
84
+ Tool calling tests complete. Saved to results/20260824_113114/linux/tools_results_v1.0.1.csv