We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afebca5 commit 2f132c1Copy full SHA for 2f132c1
CHANGELOGS.rst
@@ -4,6 +4,7 @@ Change Logs
4
0.7.15
5
++++++
6
7
+* :pr:`264`: allows to validate a model with inputs defined from another task
8
* :pr:`261`: updates to support ``transformers>=5.0``
9
10
0.7.14
_doc/conf.py
@@ -229,7 +229,7 @@ def linkcode_resolve(domain, info):
229
"Linux": "https://www.linux.org/",
230
"ml_dtypes": "https://github.com/jax-ml/ml_dtypes",
231
"ModelBuilder": "https://onnxruntime.ai/docs/genai/howto/build-model.html",
232
- "monai": "https://monai.io/",
+ "monai": "https://github.com/Project-MONAI/MONAI",
233
"numpy": "https://numpy.org/",
234
"onnx": "https://onnx.ai/onnx/",
235
"onnx-ir": "https://github.com/onnx/ir-py",
0 commit comments