Open
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
I have trid to convert starvector(github) huggingface safetensors
to gguf
using convert_hf_to_gguf.py
but failed.
python llama.cpp/convert_hf_to_gguf.py starvector-8b/
INFO:hf-to-gguf:Loading model: starvector-8b
ERROR:hf-to-gguf:Model StarVectorForCausalLM is not supported
Add support for StarVector (StarVectorForCasualLM) to run this model on llama.cpp, and more over, ollama!
Motivation
StarVector is useful when you want to generate SVG(Scalable Vector Graphics)and is useful for frontend development (they use many icons), to run model locally on llama.cpp.
Possible Implementation
No response