mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
llm: add chatglm
This commit is contained in:
@@ -69,10 +69,6 @@ class ChatGLMAdapater(BaseLLMAdaper):
|
||||
).half().cuda()
|
||||
return model, tokenizer
|
||||
|
||||
class ZiYaLLaMaAdapter(BaseLLMAdaper):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
class CodeGenAdapter(BaseLLMAdaper):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user