Skip to content

Commit afbf206

Browse files
author
Roja Reddy Sareddy
committed
update tensorflow artifacts
1 parent 9f79273 commit afbf206

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
artifact_path: model
21
flavors:
32
python_function:
3+
data: data
44
env:
55
conda: conda.yaml
66
virtualenv: python_env.yaml
77
loader_module: mlflow.tensorflow
8-
python_version: 3.10.13
8+
python_version: 3.10.14
99
tensorflow:
1010
code: null
11-
model_type: tf2-module
12-
saved_model_dir: tf2model
13-
mlflow_version: 2.11.1
14-
model_size_bytes: 23823
15-
model_uuid: 40d2323944294fce898d8693455f60e8
16-
run_id: 592132312fb84935b201de2c027c54c6
17-
utc_time_created: '2024-04-01 19:47:15.396517'
11+
data: data
12+
keras_version: 2.18.0
13+
model_type: keras
14+
save_format: tf
15+
mlflow_version: 2.20.3
16+
model_size_bytes: 21900
17+
model_uuid: 20cdcbfcb0394f2e905a317861d3b770
18+
utc_time_created: '2025-09-28 05:15:53.761200'

tests/data/serve_resources/mlflow/tensorflow/conda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- python=3.10.13
5-
- pip<=24.3
4+
- python=3.10.14
5+
- pip<=23.0.1
66
- pip:
77
- mlflow>=2.16.1
88
- cloudpickle>=2.2.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tensorflow.keras
21.4 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tf

tests/data/serve_resources/mlflow/tensorflow/python_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python: 3.10.13
1+
python: 3.10.14
22
build_dependencies:
33
- pip==23.3.1
44
- setuptools==68.2.2

tests/data/serve_resources/mlflow/tensorflow/registered_model_meta

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mlflow==2.20.3
22
cloudpickle>=2.2.1
33
numpy>=1.26.4
4-
tensorflow==2.18.0
4+
tensorflow==2.18.0

tests/data/serve_resources/mlflow/tensorflow/tf2model/fingerprint.pb

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)