From 97638defd9a5fc24c21f58c9072cecfea7565455 Mon Sep 17 00:00:00 2001 From: Tom Jobbins Date: Fri, 8 Sep 2023 19:51:25 +0000 Subject: [PATCH] GGUF model commit (made with llama.cpp commit ec2a24f) --- config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..a4ba21b --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "model_type": "llama" +} \ No newline at end of file