mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 15:29:39 +00:00
support qwen3, dont speak human language
This commit is contained in:
parent
f3d842a0ca
commit
3f9bbf1181
30 changed files with 3696 additions and 290 deletions
|
@ -100,6 +100,7 @@ class Config(metaclass=Singleton):
|
|||
# to make sure it consistent with previous version
|
||||
self.model_path: str = self.model_dir
|
||||
self.model_name: str = self.model.get("name", "")
|
||||
self.architectures: str = self.model.get("name", "")
|
||||
self.model_device: str = self.model.get("device", "cuda:0")
|
||||
self.gguf_path: Optional[str] = self.model.get("gguf_path", None)
|
||||
self.use_cuda_graph = self.model.get("use_cuda_graph", True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue