Spaces:
Runtime error
Runtime error
Update llm_local.py
Browse files- 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
|
| 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)",
|