You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model_catalog_examples/artifact_boilerplate/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,11 @@ MODEL_DEPLOYMENT:
71
71
INFERENCE_CONDA_ENV:
72
72
INFERENCE_ENV_SLUG: <insert-the-environment-slug> # for example mlcpuv1 see: https://docs.oracle.com/en-us/iaas/data-science/using/conda-gml-fam.htm
73
73
INFERENCE_ENV_TYPE: <env-type> # can either be "published" or "data_science"
74
-
INFERENCE_ENV_PATH: <conda-environment-path-on-object-storage> # For example:
74
+
INFERENCE_ENV_PATH: <conda-environment-path-on-object-storage> # For example: "oci://service_conda_packs@ociodscdev/service_pack/cpu/General Machine Learning for CPUs/1.0/mlcpuv1"
75
75
INFERENCE_PYTHON_VERSION: '3.7' #
76
76
```
77
77
78
-
Go to this page(link to https://docs.oracle.com/en-us/iaas/data-science/using/model_runtime_yaml.htm) for a definition of all the parameters that can be included in `runtime.yaml`.
78
+
Go to this page[link](https://docs.oracle.com/en-us/iaas/data-science/using/model_runtime_yaml.htm) for a definition of all the parameters that can be included in `runtime.yaml`.
79
79
80
80
As an example, here's a complete `runtime.yaml` for a data_science conda environment (mlcpuv1) used as a runtime environment for model deployment.
81
81
In most cases the runtime environment for model deployment should be the same as the conda environment used to train the model.
@@ -110,14 +110,14 @@ Python version > 3.5 is required to run the tests. Before running the tests loca
110
110
namely `pyyaml` and `requests`. This installation step is a one-time operation. Go to your artifact directory and run the following command:
The script automatically generates a report of the test results in the same folder . Two files are generated containing the test results in different formats:
0 commit comments