Bug: Wrong precision label and mem_info model tag #5

Closed
opened 2026-06-15 12:58:32 +00:00 by fatmaebrahim · 0 comments
Member

Description:

  • Wrong precision label
    The FP32 models were mislabeled as "fp16" everywhere — enum, JSON responses, OpenRPC spec. The code actually returns 32-bit floats with no half-precision conversion. Fixed by renaming to "fp32" across the codebase.

  • Wrong model label in mem_info
    The bge-small/model.onnx file was labeled "Q2/Q4" but Q4 is bge-base, not bge-small. Fixed to "Q2".

### Description: - Wrong precision label The FP32 models were mislabeled as "fp16" everywhere — enum, JSON responses, OpenRPC spec. The code actually returns 32-bit floats with no half-precision conversion. Fixed by renaming to "fp32" across the codebase. - Wrong model label in mem_info The bge-small/model.onnx file was labeled "Q2/Q4" but Q4 is bge-base, not bge-small. Fixed to "Q2".
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_embedder_provider#5
No description provided.