Skip to content

Commit b7bc7fe

Browse files
committed
doc
1 parent e218c29 commit b7bc7fe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
("py:class", "transformers.cache_utils.MambaCache"),
125125
("py:func", "torch.export._draft_export.draft_export"),
126126
("py:func", "torch._export.tools.report_exportability"),
127+
("py:meth", "huggingface_hub.HfApi.list_models"),
127128
("py:meth", "transformers.GenerationMixin.generate"),
128129
]
129130

onnx_diagnostic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Functions, classes to dig into a model when this one is right, slow, wrong...
44
"""
55

6-
__version__ = "0.2.2"
6+
__version__ = "0.3.0"
77
__author__ = "Xavier Dupré"

onnx_diagnostic/torch_models/hghub/hub_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def task_from_arch(arch: str) -> str:
2525
2626
.. runpython::
2727
28-
from onnx_diagnostic.torch_models.hub_data import __date__
28+
from onnx_diagnostic.torch_models.hghub.hub_data import __date__
2929
print("last refresh", __date__)
3030
3131
List of supported architectures, see

0 commit comments

Comments
 (0)