Fix num_hidden_layers in initialization of new model in Mamba (#30403)
Fix num_hidden_layers in initialization Originally, the initialization was using config.num_layers instead of config.num_hidden_layers. This fixes that.
Showing
Please register or sign in to comment