Skip to content

fix: bind thread nums in multi-asr pipline - #38

Merged
alex-spacemit merged 1 commit into
spacemit-com:mtmd-backendfrom
co-seven:agent/add-multiasr
Sep 15, 2026
Merged

alex-spacemit merged 1 commit into
spacemit-com:mtmd-backendfrom
co-seven:agent/add-multiasr

Conversation

@co-seven

Copy link
Copy Markdown
Collaborator

The decoder built its context from zeroed common_params, so the server's -t/-tb never reached it: n_threads fell back to GGML_DEFAULT_N_THREADS (4) and the spert whole-graph path checked out only 4 tiles from the preferred core set, leaving the remaining requested cores idle.

The decoder built its context from zeroed common_params, so the server's
-t/-tb never reached it: n_threads fell back to GGML_DEFAULT_N_THREADS
(4) and the spert whole-graph path checked out only 4 tiles from the
preferred core set, leaving the remaining requested cores idle.

Co-Authored-By: Claude Code <noreply@anthropic.com>
@alex-spacemit
alex-spacemit merged commit 7848b4a into spacemit-com:mtmd-backend Sep 15, 2026
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants