Create config.json
#1
by
marella
- opened
By adding this, it will simplify the usage of this model in ctransformers:
from ctransformers import AutoModelForCausalLM
llm = AutoModelForCausalLM.from_pretrained("TheBloke/LLaMa-7B-GGML")
Hi, thanks for merging other PRs.
I think you forgot to merge this.
TheBloke
changed pull request status to
merged