You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
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 old
examples/convert_legacy_llama.py
can convert to gguf. but this gguf output meaningless repeated characters only.The text was updated successfully, but these errors were encountered: