소스 검색

Removed notebook output cells (#466)

varunfb 5 달 전
부모
커밋
6fd1dbfb38
1개의 변경된 파일2개의 추가작업 그리고 11개의 파일을 삭제
  1. 2 11
      recipes/quickstart/Running_Llama2_Anywhere/Running_Llama_on_HF_transformers.ipynb

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

@@ -295,18 +295,9 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 3,
+   "execution_count": null,
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stderr",
-     "output_type": "stream",
-     "text": [
-      "Truncation was not explicitly activated but `max_length` is provided a specific value, please use `truncation=True` to explicitly truncate examples to max length. Defaulting to 'longest_first' truncation strategy. If you encode pairs of sequences (GLUE-style) with the tokenizer you can select this strategy more precisely by providing a specific strategy to `truncation`.\n",
-      "Setting `pad_token_id` to `eos_token_id`:128001 for open-end generation.\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "sequences = pipeline(\n",
     "    'I have tomatoes, basil and cheese at home. What can I cook for dinner?\\n',\n",