Skip to content

Commit f85147c

Browse files
author
Roja Reddy Sareddy
committed
update tensorflow artifacts
1 parent cf1db86 commit f85147c

File tree

7 files changed

+42
-0
lines changed

7 files changed

+42
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
flavors:
2+
python_function:
3+
data: data
4+
env:
5+
conda: conda.yaml
6+
virtualenv: python_env.yaml
7+
loader_module: mlflow.tensorflow
8+
python_version: 3.10.14
9+
tensorflow:
10+
code: null
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'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- python=3.10.14
5+
- pip<=23.0.1
6+
- pip:
7+
- mlflow>=2.16.1
8+
- cloudpickle>=2.2.1
9+
- numpy>=1.26.4
10+
- tensorflow==2.18.0
11+
name: mlflow-env
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
python: 3.10.14
2+
build_dependencies:
3+
- pip==23.3.1
4+
- setuptools==68.2.2
5+
- wheel==0.41.2
6+
dependencies:
7+
- -r requirements.txt
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mlflow==2.20.3
2+
cloudpickle>=2.2.1
3+
numpy>=1.26.4
4+
tensorflow==2.18.0

0 commit comments

Comments
 (0)