From 65e67a9681cad8cc8972add89f7242262871648a Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 2 Sep 2025 10:17:51 -0500 Subject: [PATCH] fix typo --- ch05/11_qwen3/qwen3-chat-interface/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05/11_qwen3/qwen3-chat-interface/README.md b/ch05/11_qwen3/qwen3-chat-interface/README.md index cc840dc..105bc17 100644 --- a/ch05/11_qwen3/qwen3-chat-interface/README.md +++ b/ch05/11_qwen3/qwen3-chat-interface/README.md @@ -2,7 +2,7 @@ -This bonus folder contains code for running a ChatGPT-like user interface to interact with the pretrained LLMs from chapter 5, as shown below. +This bonus folder contains code for running a ChatGPT-like user interface to interact with the pretrained Qwen3 model. @@ -24,7 +24,7 @@ pip install install -r requirements-extra.txt Or, if you are using `uv`: ```bash -uv pip install install -r requirements-extra.txt +uv pip install -r requirements-extra.txt ```