From 58069dc8b962c27396fabd16c3459aa96f212979 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