Skip to content

Commit

Permalink
fix code style after speculative decoding update (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Nov 29, 2024
1 parent af5aac8 commit 60d0cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/speculative-sampling/speculative-sampling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@
" >>> prime_fib(5)\n",
" 89\n",
" \"\"\"'''\n",
"\n",
"\n",
"def streamer(subword):\n",
" print(subword, end=\"\", flush=True)\n",
" # Return flag corresponds whether generation should be stopped.\n",
Expand Down

0 comments on commit 60d0cde

Please sign in to comment.