From a01e44781ced7d466e7224752c613daa4a9c3146 Mon Sep 17 00:00:00 2001 From: Amy Boyd Date: Tue, 6 Aug 2024 16:22:47 +0100 Subject: [PATCH] Update githubmodels-assignment.ipynb add tracking to images --- .../python/githubmodels-assignment.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/06-text-generation-apps/python/githubmodels-assignment.ipynb b/06-text-generation-apps/python/githubmodels-assignment.ipynb index f4b986e27..00a747f43 100644 --- a/06-text-generation-apps/python/githubmodels-assignment.ipynb +++ b/06-text-generation-apps/python/githubmodels-assignment.ipynb @@ -91,7 +91,7 @@ "\n", "Navigate to [GitHub Models in the Marketplace](https://github.com/marketplace/models?WT.mc_id=academic-105485-koreyst)\n", "\n", - "![GitHub Models main screen showing a list of model cards such as Cohere, Meta llama, Mistral and GPT models](../images/GithubModelsMainScreen.png)\n", + "![GitHub Models main screen showing a list of model cards such as Cohere, Meta llama, Mistral and GPT models](../images/GithubModelsMainScreen.png?WT.mc_id=academic-105485-koreyst)\n", "\n", "Choose a model - for example [Open AI GPT-4o](https://github.com/marketplace/models/azure-openai/gpt-4o?WT.mc_id=academic-105485-koreyst)\n", "\n", @@ -100,11 +100,11 @@ "* You can read details about the model in the readme, Evaluation, Transparency and License tabs\n", "* As well as review the 'About' section for the model access on the right\n", "\n", - "![GitHub Models GPT-4o Model Card](../images/GithubModels-modelcard.png)\n", + "![GitHub Models GPT-4o Model Card](../images/GithubModels-modelcard.png?WT.mc_id=academic-105485-koreyst)\n", "\n", "But we will go straight to the playground by clicking the ['Playground' button, top right](https://github.com/marketplace/models/azure-openai/gpt-4o/playground?WT.mc_id=academic-105485-koreyst). You can interact with the model here, add system prompts and change parameter details - but also get all the code you need to run this from anywhere. Available as of August 2024: Python, Javascript and REST.\n", "\n", - "![GitHub Models PLayground experience with code and languages shown](../images/GithubModels-plagroundcode.png) \n", + "![GitHub Models PLayground experience with code and languages shown](../images/GithubModels-plagroundcode.png?WT.mc_id=academic-105485-koreyst) \n", "\n", "\n", "### Lets use the model in our own IDE\n", @@ -116,7 +116,7 @@ "\n", "Either way, instructions are provided via the 'Get started' green button on the top right.\n", "\n", - "![Get Started screen showing you how to access Codespaces or use a personal access token to setup in your own IDE](../images/GithubModels-getstarted.png)\n", + "![Get Started screen showing you how to access Codespaces or use a personal access token to setup in your own IDE](../images/GithubModels-getstarted.png?WT.mc_id=academic-105485-koreyst)\n", "\n", "### 1.Codespaces \n", "\n", @@ -129,7 +129,7 @@ "\n", "* Once you have run through all the capabilities and sample code in the notebook lets take the ```basic.py``` and start editing for your own example. Navigate to ```samples/python/azure_ai_inference/``` and enter ```python basic.py``` into the bash terminal\n", "\n", - "![Codespaces showing running basic.py file and output](../images/codespaces-basicpy.png)\n", + "![Codespaces showing running basic.py file and output](../images/codespaces-basicpy.png?WT.mc_id=academic-105485-koreyst)\n", "\n", "**Now move to 'Generate Text' section below to continue this assignment**\n", "\n",