mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-03 06:54:33 +08:00
Enable unit testing in Circle and start some MLX LM tests (#545)
* add a few tests for mlx lm * add a few tests for mlx lm * add a few tests for mlx lm * more tests / cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ from .layers import LayerNorm
|
||||
|
||||
@dataclass
|
||||
class ModelArgs(BaseModelArgs):
|
||||
max_position_embeddings: int
|
||||
model_type: str
|
||||
vocab_size: int
|
||||
hidden_size: int
|
||||
|
Reference in New Issue
Block a user