Fix Qwen2 and SD (#441)

* fix qwen2

* version bump

* fix list shape
This commit is contained in:
Awni Hannun
2024-02-14 13:43:12 -08:00
committed by GitHub
parent e446598f62
commit 06ddb8414d
3 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ class ModelArgs(BaseModelArgs):
num_key_value_heads: int = None
rope_theta: float = 1000000
rope_traditional: bool = False
model_type: str = None
rope_scaling: Optional[Dict[str, Union[float, str]]] = None
def __post_init__(self):