Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
### Change log [2026-02-11 11:00:15]
1. Item Updated: `verify_schema` (from version: `1.0.0` to `1.0.0`)

### Change log [2026-02-11 11:00:09]
1. Item Updated: `agent_deployer` (from version: `1.0.0` to `1.0.0`)
2. Item Updated: `histogram_data_drift` (from version: `1.0.0` to `1.0.0`)
3. Item Updated: `openai_proxy_app` (from version: `1.0.0` to `1.0.0`)
4. Item Updated: `oai_spo` (from version: `1.0.0` to `1.0.0`)
5. Item Updated: `vllm_module` (from version: `1.0.0` to `1.0.0`)
6. Item Updated: `count_events` (from version: `1.0.0` to `1.0.0`)
7. Item Updated: `evidently_iris` (from version: `1.0.0` to `1.0.0`)

### Change log [2026-02-11 11:00:00]
1. Item Updated: `test_classifier` (from version: `1.1.0` to `1.1.0`)
2. Item Updated: `sklearn_classifier` (from version: `1.2.0` to `1.2.0`)
3. Item Updated: `model_server_tester` (from version: `1.1.0` to `1.1.0`)
4. Item Updated: `azureml_serving` (from version: `1.1.0` to `1.1.0`)
5. Item Updated: `describe_dask` (from version: `1.2.0` to `1.2.0`)
6. Item Updated: `batch_inference` (from version: `1.8.0` to `1.8.0`)
7. Item Updated: `v2_model_server` (from version: `1.2.0` to `1.2.0`)
8. Item Updated: `gen_class_data` (from version: `1.3.0` to `1.3.0`)
9. Item Updated: `send_email` (from version: `1.2.0` to `1.2.0`)
10. Item Updated: `tf2_serving` (from version: `1.1.0` to `1.1.0`)
11. Item Updated: `aggregate` (from version: `1.4.0` to `1.4.0`)
12. Item Updated: `open_archive` (from version: `1.2.0` to `1.2.0`)
13. Item Updated: `describe` (from version: `1.4.0` to `1.4.0`)
14. Item Updated: `v2_model_tester` (from version: `1.1.0` to `1.1.0`)
15. Item Updated: `text_to_audio_generator` (from version: `1.3.0` to `1.3.0`)
16. Item Updated: `pii_recognizer` (from version: `0.4.0` to `0.4.0`)
17. Item Updated: `github_utils` (from version: `1.1.0` to `1.1.0`)
18. Item Updated: `sklearn_classifier_dask` (from version: `1.1.1` to `1.1.1`)
19. Item Updated: `azureml_utils` (from version: `1.4.0` to `1.4.0`)
20. Item Updated: `question_answering` (from version: `0.5.0` to `0.5.0`)
21. Item Updated: `structured_data_generator` (from version: `1.6.0` to `1.6.0`)
22. Item Updated: `arc_to_parquet` (from version: `1.5.0` to `1.5.0`)
23. Item Updated: `silero_vad` (from version: `1.4.0` to `1.4.0`)
24. Item Updated: `load_dataset` (from version: `1.2.0` to `1.2.0`)
25. Item Updated: `auto_trainer` (from version: `1.8.0` to `1.8.0`)
26. Item Updated: `feature_selection` (from version: `1.6.0` to `1.6.0`)
27. Item Updated: `translate` (from version: `0.3.0` to `0.3.0`)
28. Item Updated: `describe_spark` (from version: `1.1.0` to `1.1.0`)
29. Item Updated: `pyannote_audio` (from version: `1.3.0` to `1.3.0`)
30. Item Updated: `onnx_utils` (from version: `1.4.0` to `1.4.0`)
31. Item Updated: `batch_inference_v2` (from version: `2.6.0` to `2.6.0`)
32. Item Updated: `transcribe` (from version: `1.2.0` to `1.2.0`)
33. Item Updated: `model_server` (from version: `1.2.0` to `1.2.0`)
34. Item Updated: `mlflow_utils` (from version: `1.2.0` to `1.2.0`)
35. Item Updated: `noise_reduction` (from version: `1.1.0` to `1.1.0`)
36. Item Updated: `hugging_face_serving` (from version: `1.1.0` to `1.1.0`)

### Change log [2026-01-26 14:39:32]
1. Item Updated: `verify_schema` (from version: `1.0.0` to `1.0.0`)

Expand Down
2 changes: 1 addition & 1 deletion catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/development/catalog.json

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions functions/development/onnx_utils/1.4.0/src/function.yaml

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions functions/development/onnx_utils/1.4.0/src/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
apiVersion: v1
categories:
- utilities
- deep-learning
description: ONNX intigration in MLRun, some utils functions for the ONNX framework,
optimizing and converting models from different framework to ONNX using MLRun.
doc: ''
example: onnx_utils.ipynb
generationDate: 2022-08-28:17-25
hidden: false
icon: ''
labels:
author: Iguazio
maintainers: []
marketplaceType: ''
mlrunVersion: 1.10.0
name: onnx_utils
platformVersion: 3.5.0
spec:
extra_spec:
allow_empty_resources: true
build:
auto_build: true
with_mlrun: false
filename: onnx_utils.py
handler: to_onnx
image: mlrun/mlrun
kind: job
requirements:
- tqdm~=4.67.1
- tensorflow~=2.19.0
- tf_keras~=2.19.0
- torch~=2.8.0
- torchvision~=0.23.0
- onnx~=1.17.0
- onnxruntime~=1.19.2
- onnxoptimizer~=0.3.13
- onnxmltools~=1.13.0
- tf2onnx~=1.16.1
- plotly~=5.23
url: ''
version: 1.4.0
Loading