BBC-Esq
BBC-Esq
> Currently, I only support GEMM and GEMV which are the most used version. It could be nice to support all in the future. > > I did some benchmarks...
Can you share the code you used to benchmark?
Here's the error when I tried to convert the small, and I presume it'll be similar for the Medium , so seems to confirm they're not compatible with the current...
Is this fixed yet by chance?
Do you have some of the code that you could share so we can see what might be going on?
Matters the most for ChatTTS, which is very poor at speaking non-word characters.
It might be "prompts" (i.e. with an 's') instead of "prompt". See here: https://www.sbert.net/docs/package_reference/sentence_transformer/SentenceTransformer.html Moreover, be aware that the owners of this repository don't keep it up to date very...
The owners of this repository don't update a new release on pypi.org. You can download their most recent version or try my fork that incorporates additional parameters to choose from...
> that can solve the problem " Instructor._load_sbert_model() got an unexpected keyword argument 'local_files_only'" I'd encourage you to use my fork if you want to use the "local_files_only" parameter. Here...
After you pip install the normal instructor package, try replacing the ```instructor.py``` file in the site-packages folder with the one in my fork here...let me know if this fixes the...