diff --git a/.nojekyll b/.nojekyll index 9fdc438c2..24eb42044 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -00e21cda \ No newline at end of file +383a80de \ No newline at end of file diff --git a/docs/api/monkeypatch.lora_kernels.html b/docs/api/monkeypatch.lora_kernels.html index 14e42ddfa..a88400489 100644 --- a/docs/api/monkeypatch.lora_kernels.html +++ b/docs/api/monkeypatch.lora_kernels.html @@ -477,6 +477,7 @@ gtag('config', 'G-9KYCVJBNMQ', { 'anonymize_ip': true});
axolotl config, this method patches the inferred attention class forwardmonkeypatch.lora_kernels.original_apply_o(self, hidden_states)Original implementation of output projection without optimizations.
+monkeypatch.lora_kernels.get_layers(model)Get the layers of the model. Handles text-only and multimodal models.
| Name | +Type | +Description | +Default | +
|---|---|---|---|
| model | +PeftModelForCausalLM | +A PEFT model. | +required | +
| Name | +Type | +Description | +
|---|---|---|
| + | list[nn.Module] | +A list of layers. | +
monkeypatch.lora_kernels.original_apply_o(self, hidden_states)Original implementation of output projection without optimizations.
+