File: llm.rst

package info (click to toggle)
pytorch-geometric 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,172 kB
  • sloc: python: 144,911; sh: 247; cpp: 27; makefile: 18; javascript: 16
file content (40 lines) | stat: -rw-r--r-- 693 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
torch_geometric.llm
=======================

.. currentmodule:: torch_geometric.llm

.. autosummary::
   :nosignatures:
   {% for cls in torch_geometric.llm.classes %}
     {{ cls }}
   {% endfor %}

.. automodule:: torch_geometric.llm
   :members:


Models
----------------

.. currentmodule:: torch_geometric.llm.models

.. autosummary::
   :nosignatures:
   :toctree: ../generated

   {% for name in torch_geometric.llm.models.classes %}
     {{ name }}
   {% endfor %}

Utils
----------------

.. currentmodule:: torch_geometric.llm.utils

.. autosummary::
   :nosignatures:
   :toctree: ../generated

   {% for name in torch_geometric.llm.utils.classes %}
     {{ name }}
   {% endfor %}