The llama.cpp repository merged a fix to load hparams.n_layer_nextn before n_layer calls. This ensures correct model architecture parameter initialization during the loading process.
HOW THIS AFFECTS YOU
●
builderYou can rely on more stable model loading for architectures requiring specific layer hyperparameter sequencing.