diff --git a/notebooks/speculative-sampling/speculative-sampling.ipynb b/notebooks/speculative-sampling/speculative-sampling.ipynb index a764b50017b..58d4178ac6b 100644 --- a/notebooks/speculative-sampling/speculative-sampling.ipynb +++ b/notebooks/speculative-sampling/speculative-sampling.ipynb @@ -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",