Prerequisites
Feature Description
I downloaded nvidia/Llama-3_1-Nemotron-51B-Instruct
but I am getting this error:
python3 convert_hf_to_gguf.py ~/Llama-3_1-Nemotron-51B-Instruct/ --outfile ~/Llama-3_1-Nemotron-51B-Instruct.f16.gguf --outtype f16
INFO:hf-to-gguf:Loading model: Llama-3_1-Nemotron-51B-Instruct
ERROR:hf-to-gguf:Model DeciLMForCausalLM is not supported
Motivation
Is this DeciLMForCausalLM model type going to be supported soon? It seems like the Q4_0 of this model can fit in 3090/4090 by offloading a few layers to CPU, a pretty good use case of llama.cpp.
Possible Implementation
No response
Prerequisites
Feature Description
I downloaded nvidia/Llama-3_1-Nemotron-51B-Instruct
but I am getting this error:
Motivation
Is this DeciLMForCausalLM model type going to be supported soon? It seems like the Q4_0 of this model can fit in 3090/4090 by offloading a few layers to CPU, a pretty good use case of llama.cpp.
Possible Implementation
No response