feat(model): Support Mixtral-8x7B (#959)

This commit is contained in:
Fangyin Cheng
2023-12-21 16:46:29 +08:00
committed by GitHub
parent aec124a5f1
commit 6b982e2879
17 changed files with 1386 additions and 688 deletions

View File

@@ -245,7 +245,7 @@ class WizardLMChatAdapter(BaseChatAdpter):
class LlamaCppChatAdapter(BaseChatAdpter):
def match(self, model_path: str):
from dbgpt.model.adapter import LlamaCppAdapater
from dbgpt.model.adapter.old_adapter import LlamaCppAdapater
if "llama-cpp" == model_path:
return True