x4080
x4080
hi, I got this error : ``` ImportError: cannot import name 'computed_field' from 'pydantic' (/Users/edwardnone/miniconda3/lib/python3.10/site-packages/pydantic/__init__.cpython-310-darwin.so) ``` then I tried to install pip install pydantic==2.5.2 but still the same error, do...
Never mind, should be upgrading packages in global python - seems cannot use venv
no havent solve it
I did change but still errors (maybe not related) : ``` ... json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) ``` Yours still working ? Edit : its working...
Im using javascript, I think it using onnxruntime (fastembed.js), and I want it to use apple silicon one so that it can be more optimized Thanks for answering
anybody has success to train for another language ?
@kechan where do you add the ```pad_token="", ``` ? Thanks
@kechan Thanks a lot
Is there solution for the repeated text yet ?
@suvadityamuk how do you convert siglip to mlx ? I tried using python convert.py --hf-repo google/siglip-base-patch16-224 and not success, merges.txt not found or something