From bd81f6b2eda6450c6d82586acff34c22c8c8af1c Mon Sep 17 00:00:00 2001 From: Tom Jobbins Date: Tue, 30 Jan 2024 20:24:32 +0000 Subject: [PATCH] GGUF model commit (made with llama.cpp commit e6f291d) --- 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