bugfix
This commit is contained in:
parent
b2e4c0befb
commit
542e5da159
@ -40,4 +40,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", Qwen3CoderLLM)
|
llm_register("Qwen3Coder", Qwen3CoderLLM)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user