mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-28 07:54:24 +08:00
Fix reference to layers
This commit is contained in:
parent
1e75bf184c
commit
d4e688edc3
@ -1798,4 +1798,4 @@ class Model(PlamoPreTrainedModel):
|
||||
|
||||
@property
|
||||
def layers(self):
|
||||
return self.model.layers
|
||||
return self.model.layers.layers
|
||||
|
Loading…
Reference in New Issue
Block a user