@asirgogogo I tried convert_hf_to_gguf.py but get errror "ERROR:hf-to-gguf:Model IndexForCausalLM is not supported".
The old examples/convert_legacy_llama.py can convert to gguf. but this gguf output meaningless repeated characters only.
llama.cpp need some revision related the model structure in convert.py......So you have to add the revision by yourself or look forward to opening coding of revised convert.py by the researchers of index-1.9B.
@asirgogogo I tried
convert_hf_to_gguf.py
but get errror "ERROR:hf-to-gguf:Model IndexForCausalLM is not supported". The oldexamples/convert_legacy_llama.py
can convert to gguf. but this gguf output meaningless repeated characters only.