From f8f248c18a6dc8dcf44d71e003f8aafd89a6dcb9 Mon Sep 17 00:00:00 2001 From: Zach Nussbaum Date: Sat, 6 May 2023 15:39:40 -0400 Subject: [PATCH] chore: import for mpt --- chatllm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/chatllm.cpp b/chatllm.cpp index eb675edc..2358457b 100644 --- a/chatllm.cpp +++ b/chatllm.cpp @@ -4,6 +4,7 @@ #include "network.h" #include "llmodel/gptj.h" #include "llmodel/llamamodel.h" +#include "llmodel/mpt.h" #include #include