ranranrunforit commited on
Commit
eb4dcd6
·
verified ·
1 Parent(s): c0bdc92

Update llm_local.py

Browse files
Files changed (1) hide show
  1. llm_local.py +1 -1
llm_local.py CHANGED
@@ -50,7 +50,7 @@ _NCPU = max(2, (os.cpu_count() or 4))
50
  # Three tiny 1.7B instances share ONE GGUF file on disk (~2 GB RAM each) and
51
  # the 4B Analyst writes reports. Total ≈ 9 GB on a 32 GB Space.
52
  WORKER_LABEL = {
53
- "translator": "Summary Sub-Agent (Chan-Tuned Qwen3-1.7B)",
54
  "narrator": "Narrator sub-agent (Sector Rotation)",
55
  "reporter": "Reporter sub-agent (News · Research support)",
56
  "analyst": "Analyst sub-agent (Auto Research)",
 
50
  # Three tiny 1.7B instances share ONE GGUF file on disk (~2 GB RAM each) and
51
  # the 4B Analyst writes reports. Total ≈ 9 GB on a 32 GB Space.
52
  WORKER_LABEL = {
53
+ "translator": "Summary sub-agent (Signals · Explain)",
54
  "narrator": "Narrator sub-agent (Sector Rotation)",
55
  "reporter": "Reporter sub-agent (News · Research support)",
56
  "analyst": "Analyst sub-agent (Auto Research)",