Skip to content

Commit 6fd1dbf

Browse files
authored
Removed notebook output cells (meta-llama#466)
2 parents f724fb9 + e3bffbc commit 6fd1dbf

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

recipes/quickstart/Running_Llama2_Anywhere/Running_Llama_on_HF_transformers.ipynb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -295,18 +295,9 @@
295295
},
296296
{
297297
"cell_type": "code",
298-
"execution_count": 3,
298+
"execution_count": null,
299299
"metadata": {},
300-
"outputs": [
301-
{
302-
"name": "stderr",
303-
"output_type": "stream",
304-
"text": [
305-
"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",
306-
"Setting `pad_token_id` to `eos_token_id`:128001 for open-end generation.\n"
307-
]
308-
}
309-
],
300+
"outputs": [],
310301
"source": [
311302
"sequences = pipeline(\n",
312303
" 'I have tomatoes, basil and cheese at home. What can I cook for dinner?\\n',\n",

0 commit comments

Comments
 (0)