Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-05-28 14:06:06 +00:00
parent 841f9f9b6c
commit 1211da1da2
4 changed files with 195 additions and 195 deletions

View File

@@ -605,9 +605,9 @@ adapter integration, and various optimizations.</p>
<h6 class="doc-section doc-section-returns anchored" data-anchor-id="returns">Returns</h6>
<table class="caption-top table">
<colgroup>
<col style="width: 6%">
<col style="width: 35%">
<col style="width: 58%">
<col style="width: 5%">
<col style="width: 45%">
<col style="width: 49%">
</colgroup>
<thead>
<tr class="header">
@@ -619,7 +619,7 @@ adapter integration, and various optimizations.</p>
<tbody>
<tr class="odd">
<td></td>
<td>tuple[PreTrainedModel, PeftConfig | None]</td>
<td>tuple[PreTrainedModel | PeftModelForCausalLM, PeftConfig | None]</td>
<td>A tuple with the loaded model and its LoRA configuration (if applicable).</td>
</tr>
</tbody>