Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,48 @@ can easily be retargeted to TensorFlow, PyTorch, and PaddlePaddle.
:align: center
:alt: DALI Diagram

.. github display off

.. GitHub discards custom styles when rendering Markdown so it's hard to display a good looking admonition.
We can use it to our advantage to show different elements on GitHub and in the documentation.

.. only:: html

.. raw:: html

<style>
.github-only {
display: none !important;
}
</style>

.. raw:: html

<details class="github-only">
<summary><strong>Dynamic Mode Agent Skill</strong></summary>

<p>
The <a href="https://github.com/NVIDIA/skills/blob/main/skills/DALI/dali-dynamic-mode/SKILL.md">dali-dynamic-mode</a>
skill provides AI agents with guidance on the Dynamic Mode API and best practices.
For more information, see the <a href="https://github.com/NVIDIA/skills">NVIDIA/skills</a> GitHub repository.
</p>

</details>

.. only:: not github

.. tip::
The `dali-dynamic-mode <https://github.com/NVIDIA/skills/blob/main/skills/DALI/dali-dynamic-mode/SKILL.md>`_ skill
provides AI agents with guidance on the Dynamic Mode API and best practices. It can be installed as follows:

.. code-block:: sh

npx skills add nvidia/skills --skill dali-dynamic-mode

For more information, see the `NVIDIA/skills <https://github.com/NVIDIA/skills>`_ GitHub repository.

.. github display on

DALI in action:

.. container:: dali-tabs
Expand Down
10 changes: 10 additions & 0 deletions docs/dali_dynamic/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ You can also access the :ref:`DALI Pipeline API <pipeline_api_overview>`, which
graph-based execution model.


.. tip::
The `dali-dynamic-mode <https://github.com/NVIDIA/skills/blob/main/skills/DALI/dali-dynamic-mode/SKILL.md>`_ skill
provides AI agents with guidance on the Dynamic Mode API and best practices. It can be installed as follows:

.. code-block:: sh

npx skills add nvidia/skills --skill dali-dynamic-mode

For more information, see the `NVIDIA/skills <https://github.com/NVIDIA/skills>`_ GitHub repository.

How it works
------------

Expand Down