From 9179ced9b101711e41d873bd370a9b73fd9646ec Mon Sep 17 00:00:00 2001 From: Cloud LLama <163757327+cloudllama@users.noreply.github.com> Date: Wed, 18 Dec 2024 06:42:11 -0500 Subject: [PATCH] Correct typo in week4/day4.ipynb Change function from stream_code_quen to stream_code_qwen --- week4/day4.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week4/day4.ipynb b/week4/day4.ipynb index 722a233..0df69a1 100644 --- a/week4/day4.ipynb +++ b/week4/day4.ipynb @@ -609,7 +609,7 @@ "metadata": {}, "outputs": [], "source": [ - "def stream_code_quen(python):\n", + "def stream_code_qwen(python):\n", " tokenizer = AutoTokenizer.from_pretrained(code_qwen)\n", " messages = messages_for(python)\n", " text = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)\n",