We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61245a commit 4206cc6Copy full SHA for 4206cc6
tests/unitary/with_extras/model/test_generic_model.py
@@ -168,8 +168,8 @@
168
"training_script": None,
169
}
170
171
-INFERENCE_CONDA_ENV = "oci://service-conda-packs@ociodscdev/service_pack/cpu/General_Machine_Learning_for_CPUs/1.0/mlcpuv1"
172
-TRAINING_CONDA_ENV = "oci://service-conda-packs@ociodscdev/service_pack/cpu/Oracle_Database_for_CPU_Python_3.7/1.0/database_p37_cpu_v1"
+INFERENCE_CONDA_ENV = "oci://bucket@namespace/<path_to_service_pack>"
+TRAINING_CONDA_ENV = "oci://bucket@namespace/<path_to_service_pack>"
173
DEFAULT_PYTHON_VERSION = "3.8"
174
MODEL_FILE_NAME = "fake_model_name"
175
FAKE_MD_URL = "http://<model-deployment-url>"
0 commit comments