bugfix
This commit is contained in:
parent
f3f20da728
commit
220e73044f
@ -39,4 +39,4 @@ class Qwen3CoderLLM(BaseChatLLM):
|
|||||||
debug(f'{text=}, {type(text)=}')
|
debug(f'{text=}, {type(text)=}')
|
||||||
return self.tokenizer([text], return_tensors="pt").to(self.model.device)
|
return self.tokenizer([text], return_tensors="pt").to(self.model.device)
|
||||||
|
|
||||||
llm_register("Qwen/Qwen3Coder", Qwen3LLM)
|
llm_register("Qwen/Qwen3Coder", Qwen3CoderLLM)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user