Skip to content

Commit 15993a2

Browse files
committed
action
1 parent a398683 commit 15993a2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python }}
2626

27-
- uses: tlylt/install-graphviz@v1
27+
- name: install graphviz
28+
uses: ts-graphviz/setup-graphviz@v2
2829

2930
- name: Install pandoc
3031
run: sudo apt-get install -y pandoc

_doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def linkcode_resolve(domain, info):
119119
("py:class", "False"),
120120
("py:class", "True"),
121121
("py:class", "Argument"),
122+
("py:class", "CacheProcessor"),
122123
("py:class", "default=sklearn.utils.metadata_routing.UNCHANGED"),
123124
("py:class", "diffusers.models.unets.unet_2d_condition.UNet2DConditionOutput"),
124125
("py:class", "ModelProto"),
@@ -142,6 +143,7 @@ def linkcode_resolve(domain, info):
142143
("py:class", "transformers.cache_utils.EncoderDecoderCache"),
143144
("py:class", "transformers.cache_utils.HybridCache"),
144145
("py:class", "transformers.cache_utils.MambaCache"),
146+
("py:class", "transformers.models.mamba.modeling_mamba.MambaCache"),
145147
("py:class", "transformers.cache_utils.SlidingWindowCache"),
146148
("py:class", "transformers.cache_utils.StaticCache"),
147149
("py:class", "transformers.configuration_utils.PretrainedConfig"),

0 commit comments

Comments
 (0)