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