Skip to content

Commit

Permalink
Santiagxf/mlflow python deprecation (#2909)
Browse files Browse the repository at this point in the history
* fix: updating deployments schemas

* fix: python version

* fix: python version

* fix: python version

* fixes

* fixes

* fixes

* model
  • Loading branch information
santiagxf authored Dec 19, 2023
1 parent 22ad22c commit 36f1cb2
Show file tree
Hide file tree
Showing 12 changed files with 191 additions and 124 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.amlignore
*.amlignore.amltmp
*.azureml
*pythonenv
*dask-worker-space
Expand Down
3 changes: 3 additions & 0 deletions sdk/python/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.ipynb_checkpoints
.ipynb_aml_checkpoints
named-outputs
*/.ipynb_checkpoints/*
*.amltmp

# config files are required to use Semantic Kernel
!endpoints/online/llm/src/sk/skills/*/*/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@
")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Or if you are working in a compute instance in Azure Machine Learning:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"ml_client = MLClient.from_config(DefaultAzureCredential())"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -244,7 +260,7 @@
"source": [
"environment = Environment(\n",
" conda_file=\"sklearn-diabetes/environment/conda.yaml\",\n",
" image=\"mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:latest\",\n",
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest\",\n",
")"
]
},
Expand Down Expand Up @@ -388,7 +404,7 @@
"name": "python310-sdkv2"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"display_name": "Python 3.10 - SDK v2",
"language": "python",
"name": "python310-sdkv2"
},
Expand All @@ -402,7 +418,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4 (main, Mar 31 2022, 08:41:55) [GCC 7.5.0]"
"version": "3.10.11"
},
"nteract": {
"version": "[email protected]"
Expand Down
Loading

0 comments on commit 36f1cb2

Please sign in to comment.