Prechádzať zdrojové kódy

Adding open in colab option for notebook

Navyata Bawa 11 mesiacov pred
rodič
commit
f2d25ff3e1

+ 2 - 1
recipes/quickstart/Running_Llama2_Anywhere/Running_Llama_on_HF_transformers.ipynb

@@ -5,7 +5,8 @@
    "metadata": {},
    "source": [
     "## Running Llama2 on Google Colab using Hugging Face transformers library\n",
-    "This notebook goes over how you can set up and run Llama2 using Hugging Face transformers library"
+    "This notebook goes over how you can set up and run Llama2 using Hugging Face transformers library\n",
+    "<a href=\"https://colab.research.google.com/github/meta-llama/llama-recipes/blob/main/recipes/quickstart/Running_Llama2_Anywhere/Running_Llama_on_HF_transformers.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
    ]
   },
   {