ZacharyDK
Results
2
comments of
ZacharyDK
llm_load_print_meta: model size = 13.02 B llm_load_print_meta: general.name = codellama_codellama-13b-instruct-hf llm_load_print_meta: BOS token = 1 '' llm_load_print_meta: EOS token = 2 '' llm_load_print_meta: UNK token = 0 '' llm_load_print_meta: LF...
> @ZacharyDK probably it is the wrong file format (`codellama_codellama-13b-instruct-hf`). hf-format is not supported by llama.cpp. you have to look for gguf instead. the easiest way is to search on...