From 60d0cde7f7a7860efe2aacdafac5dcb6952e8fac Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Fri, 29 Nov 2024 12:29:43 +0400 Subject: [PATCH] fix code style after speculative decoding update (#2570) --- notebooks/speculative-sampling/speculative-sampling.ipynb | 2 ++ 1 file changed, 2 insertions(+) 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",