Skip to content

Commit

Permalink
Merge pull request #269 from mlrun/1.0.x-dev
Browse files Browse the repository at this point in the history
1.0.x dev
  • Loading branch information
aviaIguazio authored Apr 27, 2022
2 parents 02306ec + 432dc19 commit a6fcfda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
"from time import sleep\n",
"\n",
"# Sending random requests\n",
"for _ in range(100):\n",
"for _ in range(10):\n",
" data_point = choice(sample_ids)\n",
" try:\n",
" resp = serving_fn.invoke(path=model_inference_path, body={'inputs': [[data_point]]})\n",
Expand Down
4 changes: 2 additions & 2 deletions getting-started-tutorial/01-mlrun-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"\n",
"> This tutorial is aimed at running your project from a local Jupyter Notebook service in the same environment in which MLRun is installed and running.\n",
"> However, as a developer you might want to develop your project from a remote location using your own IDE (such as a local Jupyter Notebook or PyCharm), and connect to the MLRun environment remotely.\n",
"> To learn how to use MLRun from a remote IDE, see [Setting a Remote Environment](../howto/remote.md).\n"
"> To learn how to use MLRun from a remote IDE, see [Setting a Remote Environment](https://docs.mlrun.org/en/latest/howto/remote.html).\n"
]
},
{
Expand Down Expand Up @@ -1579,4 +1579,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
4 changes: 2 additions & 2 deletions getting-started-tutorial/02-model-training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@
],
"source": [
"# Display the `histograms` artifact\n",
"describe_run.artifact('histograms matrix').show()"
"describe_run.artifact('histograms-matrix').show()"
]
},
{
Expand Down Expand Up @@ -2025,4 +2025,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit a6fcfda

Please sign in to comment.