Skip to content

Commit

Permalink
Merge pull request #182 from SylphAI-Inc/li
Browse files Browse the repository at this point in the history
fix missing image
  • Loading branch information
Sylph-AI committed Aug 17, 2024
2 parents d6f3779 + fa57c84 commit b4b33dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,18 @@ This trace graph demonstrates how our auto-differentiation works: :doc:`trace_gr
Just define it as a ``Parameter`` and pass it to our ``Generator``.


.. figure:: /_static/images/trainable_task_pipeline.png
.. figure:: /_static/images/Trainable_task_pipeline.png
:alt: AdalFlow Trainable Task Pipeline
:align: center



``AdalComponent`` acts as the `interpreter` between task pipeline and the trainer, defining training and validation steps, optimizers, evaluators, loss functions, backward engine for textual gradients or tracing the demonstrations, the teacher generator.

**AdalComponent & Trainer**

``AdalComponent`` acts as the `interpreter` between task pipeline and the trainer, defining training and validation steps, optimizers, evaluators, loss functions, backward engine for textual gradients or tracing the demonstrations, the teacher generator.


.. figure:: /_static/images/trainer.png
:alt: AdalFlow AdalComponent & Trainer
:align: center
Expand Down

0 comments on commit b4b33dc

Please sign in to comment.