Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-02-18 03:00:28 +00:00
parent 8d9f715cea
commit fcea4633b6
8 changed files with 522 additions and 503 deletions

View File

@@ -340,6 +340,10 @@ ul.task-list li input[type="checkbox"] {
<blockquote class="blockquote">
<p>A: This is usually an issue with the GPU. This can be resolved through setting the os environment variable <code>CUDA_VISIBLE_DEVICES=0</code>. If you are on runpod, this is usually a pod issue. Starting a new pod should take care of it.</p>
</blockquote>
<p><strong>Q: <code>jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'content' / 'role' / ____</code></strong></p>
<blockquote class="blockquote">
<p>A: This means that the property mapping for the stated attribute does not exist when building <code>chat_template</code> prompt. For example, if <code>no attribute 'content'</code>, please check you have added the correct mapping for <code>content</code> under <code>message_property_mappings</code>.</p>
</blockquote>