From fa57c841a1463f9eb726f2a684f99287b3760ff3 Mon Sep 17 00:00:00 2001 From: Li Yin Date: Fri, 16 Aug 2024 17:57:46 -0700 Subject: [PATCH] fix missing image --- docs/source/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e967647d..4c0a002d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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