no config.json file

#3
by ds18 - opened

I noticed that the main branch doesnt have a config.json file. Im trying to use llama-cpp-python and my env vars are set as:

HF_MODEL_REPO_ID=acon96/Home-3B-v3-GGUF
MODEL=Home-3B-v3.q5_k_m.gguf
HF_PRETRAINED_MODEL_NAME_OR_PATH=acon96/Home-3B-v3-GGUF

but it complains about no config.json file. Your safetensors branch has one though. I dont know how to specify a branch for llama-cpp-python so if you can add a config.json file to the main branch or help me figure out how to specify a branch that'd be great.

Sign up or log in to comment