Skip to content

Commit

Permalink
fix the images
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jun 30, 2024
1 parent 384a88e commit 3ff872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developer_notes/base_data_class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Tensor wraps a multi-dimensional matrix to better support its operations and com
In LLM applications, data constantly needs to interact with LLMs in the form of strings via prompt and be parsed back to structured data from LLMs' text prediction.
:class:`core.base_data_class.DataClass` is designed to ease the data interaction with LLMs via prompt(input) and text prediction(output).

.. figure:: ../_static/images/dataclass.png
.. figure:: /_static/images/dataclass.png
:align: center
:alt: DataClass
:width: 680px
Expand Down

0 comments on commit 3ff872f

Please sign in to comment.