Skip to content

Commit 154b766

Browse files
Automatically generated by github-worflow[bot] for commit: f4df8a3 (#402)
Co-authored-by: Eyal Danieli <eyald@iguazio.com>
1 parent 5107488 commit 154b766

28 files changed

+3215
-314
lines changed

README.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
### Change log [2025-04-27 14:05:00]
21
1. Item Updated: `pyannote_audio` (from version: `1.2.0` to `1.2.0`)
32
2. Item Updated: `pii_recognizer` (from version: `0.3.0` to `0.3.0`)
43
3. Item Updated: `v2_model_tester` (from version: `1.1.0` to `1.1.0`)
@@ -17,45 +16,7 @@
1716
16. Item Updated: `send_email` (from version: `1.2.0` to `1.2.0`)
1817
17. Item Updated: `hugging_face_serving` (from version: `1.1.0` to `1.1.0`)
1918
18. Item Updated: `batch_inference_v2` (from version: `2.6.0` to `2.6.0`)
20-
19. Item Updated: `onnx_utils` (from version: `1.2.0` to `1.2.0`)
21-
20. Item Updated: `model_server` (from version: `1.1.0` to `1.1.0`)
22-
21. Item Updated: `azureml_serving` (from version: `1.1.0` to `1.1.0`)
23-
22. Item Updated: `describe_dask` (from version: `1.1.0` to `1.1.0`)
24-
23. Item Updated: `feature_selection` (from version: `1.6.0` to `1.6.0`)
25-
24. Item Updated: `test_classifier` (from version: `1.1.0` to `1.1.0`)
26-
25. Item Updated: `batch_inference` (from version: `1.7.0` to `1.7.0`)
27-
26. Item Updated: `sklearn_classifier` (from version: `1.1.1` to `1.1.1`)
28-
27. Item Updated: `azureml_utils` (from version: `1.3.0` to `1.3.0`)
29-
28. Item Updated: `auto_trainer` (from version: `1.7.0` to `1.7.0`)
30-
29. Item Updated: `gen_class_data` (from version: `1.2.0` to `1.2.0`)
31-
30. Item Updated: `sklearn_classifier_dask` (from version: `1.1.1` to `1.1.1`)
32-
31. Item Updated: `tf2_serving` (from version: `1.1.0` to `1.1.0`)
33-
32. Item Updated: `transcribe` (from version: `1.1.0` to `1.1.0`)
34-
33. Item Updated: `v2_model_server` (from version: `1.2.0` to `1.2.0`)
35-
34. Item Updated: `noise_reduction` (from version: `1.0.0` to `1.0.0`)
36-
35. Item Updated: `github_utils` (from version: `1.1.0` to `1.1.0`)
37-
36. Item Updated: `aggregate` (from version: `1.3.0` to `1.3.0`)
38-
39-
### Change log [2025-04-27 12:33:43]
40-
1. Item Updated: `pyannote_audio` (from version: `1.2.0` to `1.2.0`)
41-
2. Item Updated: `pii_recognizer` (from version: `0.3.0` to `0.3.0`)
42-
3. Item Updated: `v2_model_tester` (from version: `1.1.0` to `1.1.0`)
43-
4. Item Updated: `text_to_audio_generator` (from version: `1.3.0` to `1.3.0`)
44-
5. Item Updated: `describe` (from version: `1.3.0` to `1.3.0`)
45-
6. Item Updated: `question_answering` (from version: `0.4.0` to `0.4.0`)
46-
7. Item Updated: `arc_to_parquet` (from version: `1.4.1` to `1.4.1`)
47-
8. Item Updated: `open_archive` (from version: `1.2.0` to `1.2.0`)
48-
9. Item Updated: `translate` (from version: `0.1.0` to `0.1.0`)
49-
10. Item Updated: `load_dataset` (from version: `1.2.0` to `1.2.0`)
50-
11. Item Updated: `mlflow_utils` (from version: `1.0.0` to `1.0.0`)
51-
12. Item Updated: `silero_vad` (from version: `1.3.0` to `1.3.0`)
52-
13. Item Updated: `structured_data_generator` (from version: `1.5.0` to `1.5.0`)
53-
14. Item Updated: `describe_spark` (from version: `1.1.0` to `1.1.0`)
54-
15. Item Updated: `model_server_tester` (from version: `1.1.0` to `1.1.0`)
55-
16. Item Updated: `send_email` (from version: `1.2.0` to `1.2.0`)
56-
17. Item Updated: `hugging_face_serving` (from version: `1.1.0` to `1.1.0`)
57-
18. Item Updated: `batch_inference_v2` (from version: `2.6.0` to `2.6.0`)
58-
19. Item Updated: `onnx_utils` (from version: `1.2.0` to `1.2.0`)
19+
19. Item Updated: `onnx_utils` (from version: `1.3.0` to `1.3.0`)
5920
20. Item Updated: `model_server` (from version: `1.1.0` to `1.1.0`)
6021
21. Item Updated: `azureml_serving` (from version: `1.1.0` to `1.1.0`)
6122
22. Item Updated: `describe_dask` (from version: `1.1.0` to `1.1.0`)

catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

functions/development/catalog.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

functions/development/onnx_utils/1.3.0/src/function.yaml

Lines changed: 188 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
apiVersion: v1
2+
categories:
3+
- utils
4+
description: ONNX intigration in MLRun, some utils functions for the ONNX framework,
5+
optimizing and converting models from different framework to ONNX using MLRun.
6+
doc: ''
7+
example: onnx_utils.ipynb
8+
generationDate: 2022-08-28:17-25
9+
hidden: false
10+
icon: ''
11+
labels:
12+
author: guyl
13+
maintainers: []
14+
marketplaceType: ''
15+
mlrunVersion: 1.7.2
16+
name: onnx_utils
17+
platformVersion: 3.5.0
18+
spec:
19+
extra_spec:
20+
allow_empty_resources: true
21+
build:
22+
auto_build: true
23+
with_mlrun: false
24+
filename: onnx_utils.py
25+
handler: to_onnx
26+
image: mlrun/mlrun
27+
kind: job
28+
requirements:
29+
- tqdm~=4.67.1
30+
- tensorflow~=2.19.0
31+
- tf_keras~=2.19.0
32+
- torch~=2.6.0
33+
- torchvision~=0.21.0
34+
- onnx~=1.17.0
35+
- onnxruntime~=1.19.2
36+
- onnxoptimizer~=0.3.13
37+
- onnxmltools~=1.13.0
38+
- tf2onnx~=1.16.1
39+
- plotly~=5.4.0
40+
url: ''
41+
version: 1.3.0

0 commit comments

Comments
 (0)