Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 committed Dec 8, 2024
1 parent 9af354e commit 1f36ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/29_Serializing_Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
" max_new_tokens: 150\n",
" stop_sequences: []\n",
" huggingface_pipeline_kwargs:\n",
" device: mps\n",
" device: cpu\n",
" model: google/flan-t5-large\n",
" task: text2text-generation\n",
" streaming_callback: null\n",
Expand Down Expand Up @@ -383,7 +383,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": null,
"metadata": {
"id": "U332-VjovFfn"
},
Expand All @@ -406,7 +406,7 @@
" max_new_tokens: 150\n",
" stop_sequences: []\n",
" huggingface_pipeline_kwargs:\n",
" device: mps\n",
" device: cpu\n",
" model: google/flan-t5-large\n",
" task: text2text-generation\n",
" streaming_callback: null\n",
Expand Down

0 comments on commit 1f36ee6

Please sign in to comment.