BGE-VL-base ships a custom Transformer subclass that's tightly coupled to a specific sentence-transformers internal API — it imports a module path missing in older ST and overrides forward() expecting a return shape that changed in newer ST. We can't pin ST to BGE-VL's exact version without risking the training/inference paths that use the same library, so swap the multimodal default to the canonical clip-ViT-B-32 which sentence-transformers wraps natively (no trust_remote_code, no shim, ST-version-independent). Same 512-d shared text+image space. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| src-tauri | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_python_stack.py | ||
| LICENSE.AGPL-3.0 | ||
| package-lock.json | ||
| package.json | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||