mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 20:39:44 +00:00
feat(model): Support Mixtral-8x7B (#959)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user