This commit is contained in:
yumoqing 2025-08-07 13:52:14 +08:00
parent f3f20da728
commit 220e73044f

View File

@ -39,4 +39,4 @@ class Qwen3CoderLLM(BaseChatLLM):
debug(f'{text=}, {type(text)=}')
return self.tokenizer([text], return_tensors="pt").to(self.model.device)
llm_register("Qwen/Qwen3Coder", Qwen3LLM)
llm_register("Qwen/Qwen3Coder", Qwen3CoderLLM)