Skip to content

Commit 9884e7b

Browse files
author
Roja Reddy Sareddy
committed
testfile codestyle fixes
1 parent e4b80c1 commit 9884e7b

File tree

10 files changed

+42
-1
lines changed

10 files changed

+42
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
artifact_path: model
2+
flavors:
3+
python_function:
4+
env:
5+
conda: conda.yaml
6+
virtualenv: python_env.yaml
7+
loader_module: mlflow.tensorflow
8+
python_version: 3.10.13
9+
tensorflow:
10+
code: null
11+
model_type: tf2-module
12+
saved_model_dir: tf2model
13+
mlflow_version: 2.20.3
14+
model_size_bytes: 23823
15+
model_uuid: 40d2323944294fce898d8693455f60e8
16+
run_id: 592132312fb84935b201de2c027c54c6
17+
utc_time_created: '2024-04-01 19:47:15.396517'
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.13
5+
- pip<=24.3
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
python: 3.10.13
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
model_name: model
2+
model_version: '2'
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
���������ď����n�����/ �ʢ������(��������32
Binary file not shown.
Binary file not shown.
Binary file not shown.

tests/integ/sagemaker/serve/test_serve_mlflow_tensorflow_flavor_happy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
from sagemaker.serve.utils.lineage_constants import (
3838
MODEL_BUILDER_MLFLOW_MODEL_PATH_LINEAGE_ARTIFACT_TYPE,
3939
)
40-
import numpy as np
4140

4241
logger = logging.getLogger(__name__)
4342

0 commit comments

Comments
 (0)