Skip to content

Commit 8552565

Browse files
authored
Add missing comma in imports in README (#865)
1 parent 7084123 commit 8552565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/llms_from_scratch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ For more information about KV caching, please see the [KV cache README](../../ch
155155

156156
```python
157157
from llms_from_scratch.qwen3 import (
158-
load_weights_into_qwen
158+
load_weights_into_qwen,
159159
Qwen3Model,
160160
Qwen3Tokenizer,
161161
)

setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are many good options for code editors. My preferred choice is the popular
6161

6262
## VSCode Extensions
6363

64-
If you are using Visual Studio Code (VSCode) as your primary code editor, you can find recommended extensions in the `.vscode` subfolder. These extensions provide enhanced functionality and tools helpful for this repositoy.
64+
If you are using Visual Studio Code (VSCode) as your primary code editor, you can find recommended extensions in the `.vscode` subfolder. These extensions provide enhanced functionality and tools helpful for this repository.
6565

6666
To install these, open this "setup" folder in VSCode (File -> Open Folder...) and then click the "Install" button in the pop-up menu on the lower right.
6767

0 commit comments

Comments
 (0)