Skip to content

Commit 9f39827

Browse files
committed
second attempt
1 parent ee4bb26 commit 9f39827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

supporting-blog-content/using-openelm-models/using-openelm-models.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,8 @@
582582
" prompt=prompt,\n",
583583
" model=MODEL,\n",
584584
" hf_access_token=HUGGINGFACE_TOKEN,\n",
585-
" generate_kwargs={\"repetition_penalty\": 1.2, \"prompt_lookup_num_tokens\": 10},\n",
585+
" generate_kwargs={\"repetition_penalty\": 1.2,\n",
586+
" \"prompt_lookup_num_tokens\": 10},\n",
586587
")\n",
587588
"print(\"-----GENERATION TIME-----\")\n",
588589
"print(f\"\\033[92m {round(generation_time, 2)} \\033[0m\")\n",

0 commit comments

Comments
 (0)