Question about sentence transformers weights #860
pablogranolabar
started this conversation in
General
Replies: 1 comment
-
Different architecture requires different code. It's possible but I don't know if we'll ever reach the point where this repo will support different architectures unrelated to llama. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So is it possible to port the weights of other HuggingFace models such as sentence-transformers/all-MiniLM-L12-v2, to example generate embeddings for semantic textual similarity using llama.cpp? Ggml seems to indicate all of that work is happening here now, if that is any type of capability using the quantization code on other model architectures?
Beta Was this translation helpful? Give feedback.
All reactions