CoolFace
Modelpublic

skram/bioclip-2.5-vith14-endpoint

sourceHugging Facemitupdated 16d agoView on Hugging Face
0likes77downloads
11 commits on main
8e658c016d ago

Roll back: remove OpenAI shim test

skram
db10d5316d ago

Roll back handler.py to pre-OpenAI version (restore commit 7875631 content: fp16 autocast handler, no OpenAI shim)

skram
eefffeb16d ago

Add OpenAI-shim test script (same shim validated on bioclip-2; 1024-dim variant)

skram
856500416d ago

Add OpenAI embeddings-format compatibility (input/messages -> OpenAI envelope, float/base64 encoding) alongside existing inputs format

skram
787563116d ago

Fix fp16 CUDA dtype mismatch: run encoders under torch.autocast instead of bare .half() weights (found by GPU smoke test)

skram
c1ea68716d ago

Pin handler dependency versions resolved and validated in sandbox test

skram
5a44d7416d ago

Add reproducible handler test script (validated on CPU: classify/embed/embed_text pass)

skram
bad87da16d ago

Add requirements for the custom handler

skram
4c9ef9f16d ago

Add custom Inference Endpoints handler for BioCLIP 2.5 (open_clip ViT-H/14)

skram
010496e16d ago

Remove duplicate .bin weights (identical to safetensors) to halve endpoint cold-start download

skram
1a6ffb516d ago

Duplicate from imageomics/bioclip-2.5-vith14

skram, vimar