diff --git a/.nojekyll b/.nojekyll index 5fe1187e5..294917c1e 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -a3ae9d01 \ No newline at end of file +88620839 \ No newline at end of file diff --git a/docs/api/loaders.patch_manager.html b/docs/api/loaders.patch_manager.html index 2a4309900..2114ff0e4 100644 --- a/docs/api/loaders.patch_manager.html +++ b/docs/api/loaders.patch_manager.html @@ -555,6 +555,10 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true}); Apply patches that require the model instance. +apply_post_plugin_pre_model_load_patches +Apply post plugin-pre_model_load load patches based on config. + + apply_pre_model_load_patches Apply pre-model load patches based on config. @@ -565,9 +569,14 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
loaders.patch_manager.PatchManager.apply_post_model_load_patches(model)

Apply patches that require the model instance.

+
+
apply_post_plugin_pre_model_load_patches
+
loaders.patch_manager.PatchManager.apply_post_plugin_pre_model_load_patches()
+

Apply post plugin-pre_model_load load patches based on config.

+
apply_pre_model_load_patches
-
loaders.patch_manager.PatchManager.apply_pre_model_load_patches()
+
loaders.patch_manager.PatchManager.apply_pre_model_load_patches()

Apply pre-model load patches based on config.

diff --git a/docs/config-reference.html b/docs/config-reference.html index f2210426d..b51d25123 100644 --- a/docs/config-reference.html +++ b/docs/config-reference.html @@ -1302,7 +1302,7 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true}); # Whether to use original mlp for ALST tiled mlp. Otherwise uses a generic MLP based on # llama. -tiled_mlp_use_original_mlp: bool | None +tiled_mlp_use_original_mlp: bool | None = True llama4_linearized_experts: bool | None diff --git a/index.html b/index.html index 7f8a23373..80ec2e706 100644 --- a/index.html +++ b/index.html @@ -528,6 +528,7 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});

🎉 Latest Updates