瀏覽代碼

update of pip install

Jeff Tang 5 月之前
父節點
當前提交
84b52e2085
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      recipes/quickstart/Getting_to_know_Llama.ipynb

+ 10 - 1
recipes/quickstart/Getting_to_know_Llama.ipynb

@@ -30,6 +30,15 @@
     "* Basic understanding of Python"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!pip install matplotlib ipywidgets"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,
@@ -288,7 +297,7 @@
    },
    "outputs": [],
    "source": [
-    "!pip install groq matplotlib ipywidgets"
+    "!pip install groq"
    ]
   },
   {