Skip to content

Commit de83267

Browse files
committed
3rd attempt
1 parent 9f39827 commit de83267

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

0 commit comments

Comments
 (0)