Skip to content

fix: correct evroc Qwen3-Embedding-8B limit.output to 4096#2012

Merged
rekram1-node merged 1 commit into
anomalyco:devfrom
mvanhorn:fix/1848-evroc-qwen3-embedding-output-limit
Jun 5, 2026
Merged

fix: correct evroc Qwen3-Embedding-8B limit.output to 4096#2012
rekram1-node merged 1 commit into
anomalyco:devfrom
mvanhorn:fix/1848-evroc-qwen3-embedding-output-limit

Conversation

@mvanhorn
Copy link
Copy Markdown
Contributor

@mvanhorn mvanhorn commented Jun 4, 2026

Summary

evroc lists Qwen3-Embedding-8B with limit.output = 40_960, which duplicates the context window instead of the model's embedding dimension. The HuggingFace model card gives an embedding dimension of 4096, so this sets limit.output = 4_096. bun run validate passes; no other evroc model carries the same value.

Closes #1848

Copy link
Copy Markdown

@mattf mattf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@rekram1-node rekram1-node merged commit a6538b3 into anomalyco:dev Jun 5, 2026
1 check passed
@mvanhorn
Copy link
Copy Markdown
Contributor Author

mvanhorn commented Jun 6, 2026

Appreciate the fast review @rekram1-node! Glad the evroc Qwen3-Embedding-8B output limit is correct now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

evroc Qwen/Qwen3-Embedding-8B limit.output

3 participants