Skip to content

Commit

Permalink
Updating Python Client to 0.2.8a1 (#1949)
Browse files Browse the repository at this point in the history
Signed-off-by: tonyxrmdavidson <[email protected]>
  • Loading branch information
tonyxrmdavidson authored Oct 21, 2024
1 parent 992e05e commit 88826c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"!pip install --no-index --find-links . model_registry-0.2.6a1-py3-none-any.whl"
"!pip install --no-index --find-links . model_registry-0.2.8a1-py3-none-any.whl"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ${EXAMPLE_ISTIO_ENV}= ${MODELREGISTRY_BASE_FOLDER}/samples/istio/
${ISTIO_ENV}= ${MODELREGISTRY_BASE_FOLDER}/samples/istio/components/istio.env
${SAMPLE_ONNX_MODEL}= ${MODELREGISTRY_BASE_FOLDER}/mnist.onnx
${MR_PYTHON_CLIENT_FILES}= ${MODELREGISTRY_BASE_FOLDER}/Python_Dependencies
${MR_PYTHON_CLIENT_WHL_VERSION}= model_registry==0.2.6a1
${MR_PYTHON_CLIENT_WHL_VERSION}= model_registry==0.2.8a1
${SERVICE_MESH_MEMBER}= ${MODELREGISTRY_BASE_FOLDER}/serviceMeshMember_template.yaml
${ENABLE_REST_API}= ${MODELREGISTRY_BASE_FOLDER}/enable_rest_api_route.yaml
${IPYNB_UPDATE_SCRIPT}= ${MODELREGISTRY_BASE_FOLDER}/updateIPYNB.py
Expand Down

0 comments on commit 88826c7

Please sign in to comment.