A to Z Experience Verification #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested API Methods
End-to-end scenarios
Bugs Found
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".
Deps References
All git dependencies pointed to development branch instead of main: