mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 06:14:58 +00:00
support npu
This commit is contained in:
parent
dd0e41b3b8
commit
7d51a13c9b
34 changed files with 14004 additions and 5626 deletions
|
@ -8,6 +8,7 @@ class ConfigArgs(BaseModel):
|
|||
model_dir: Optional[str] = Field(..., description="Path to model directory")
|
||||
optimize_config_path: Optional[str] = Field(None, description="Path of your optimize config yml file")
|
||||
gguf_path: Optional[str] = Field(None, description="Path of your gguf file")
|
||||
tp: int = Field(None, description="tp size")
|
||||
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue